aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-24flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck1-8/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+37
2016-02-21bpf: don't emit mov A,A on returnDaniel Borkmann1-4/+6
2016-02-21bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann1-1/+7
2016-02-21bpf: try harder on clones when writing into skbDaniel Borkmann1-9/+10
2016-02-21bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann1-13/+14
2016-02-21bpf: add generic bpf_csum_diff helperDaniel Borkmann1-0/+53
2016-02-21lwtunnel: autoload of lwt modulesRobert Shearman1-0/+37
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-3/+1
2016-02-19net/ethtool: support set coalesce per queueKan Liang1-0/+61
2016-02-19net/ethtool: support get coalesce per queueKan Liang1-1/+34
2016-02-19net/ethtool: introduce a new ioctl for per queue settingKan Liang1-2/+25
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-2/+2
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-02-18net-sysfs: remove unused fmt_long_hexColin Ian King1-1/+0
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami2-2/+0
2016-02-17net: add tc offload feature flagJohn Fastabend1-0/+1
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni1-1/+9
2016-02-16net: add dst_cache supportPaolo Abeni2-0/+169
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E1-2/+11
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E1-0/+55
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2-3/+13
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2-6/+78
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck1-0/+5
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck1-4/+6
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck1-7/+9
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern1-1/+67
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2-1/+2
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth_get_headlenAlexander Duyck1-3/+6
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+7
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson3-1/+9
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson1-6/+13
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek1-1/+8
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+5
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-5/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-45/+7
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-10/+16
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-7/+2
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann1-7/+62
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann1-14/+23
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1