summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\
| * net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-19
| * IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-02-18
| * net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-02-16
| * flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-02-09
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-09
| * unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-08
* | bpf: don't emit mov A,A on returnDaniel Borkmann2016-02-21
* | bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann2016-02-21
* | bpf: try harder on clones when writing into skbDaniel Borkmann2016-02-21
* | bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann2016-02-21
* | bpf: add generic bpf_csum_diff helperDaniel Borkmann2016-02-21
* | lwtunnel: autoload of lwt modulesRobert Shearman2016-02-21
* | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-19
* | net/ethtool: support set coalesce per queueKan Liang2016-02-19
* | net/ethtool: support get coalesce per queueKan Liang2016-02-19
* | net/ethtool: introduce a new ioctl for per queue settingKan Liang2016-02-19
* | net-sysfs: remove unused fmt_long_hexColin Ian King2016-02-18
* | core: remove unneded headers for net cgroup controllers.Rosen, Rami2016-02-17
* | net: add tc offload feature flagJohn Fastabend2016-02-17
* | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-16
* | net: add dst_cache supportPaolo Abeni2016-02-16
* | ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-16
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-16
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-11
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-11
* | net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-11
* | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-11
* | net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-11
* | net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-11
* | net: Add support for filtering link dump by master device and kindDavid Ahern2016-02-11
* | soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-11
* | ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones2016-02-06
* | net: add rx_nohandler stat counterJarod Wilson2016-02-06
* | net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson2016-02-06
|/
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-01-20
* soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek2016-01-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-15
|\
| * net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-15
* | mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-14
* | net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-14
* | net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-14
* | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-14
|/
* net: bpf: reject invalid shiftsRabin Vincent2016-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-11
|\
| * net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-11
* | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2016-01-11
* | bpf: export helper function flags and reject invalid onesDaniel Borkmann2016-01-11
* | net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov2016-01-11
* | net, sched: add clsact qdiscDaniel Borkmann2016-01-10