summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-02-17igmp: net: Move igmp namespace init to correct fileNikolay Borisov
2016-02-17ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2016-02-17tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet
2016-02-17tcp: md5: release request socket instead of listenerEric Dumazet
2016-02-17net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni
2016-02-17net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2016-02-17ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2016-02-17net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2016-02-17net: add dst_cache supportPaolo Abeni
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy
2016-02-16bridge: mdb: avoid uninitialized variable warningArnd Bergmann
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat
2016-02-16batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn
2016-02-16batman-adv: Only put orig_node_vlan list reference when removedSven Eckelmann
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree
2016-02-12fou: enable LCO in FOU and GUEEdward Cree
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree
2016-02-12net: local checksum offload for encapsulationEdward Cree
2016-02-12tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet
2016-02-12tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-02-11rds: duplicate include net/tcp.hstephen hemminger
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck