summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-19net/ethtool: support set coalesce per queueKan Liang
2016-02-19net/ethtool: support get coalesce per queueKan Liang
2016-02-19net/ethtool: introduce a new ioctl for per queue settingKan Liang
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter
2016-02-18net-sysfs: remove unused fmt_long_hexColin Ian King
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami
2016-02-17net: add tc offload feature flagJohn Fastabend
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2016-02-16net: add dst_cache supportPaolo Abeni
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-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-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander 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
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones
2016-02-06net: add rx_nohandler stat counterJarod Wilson
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-12net: bpf: reject invalid shiftsRabin Vincent
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: define reuseport groupsCraig Gallek
2015-12-31ethtool: Add phy statisticsAndrew Lunn