summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-3/+1
| * | | net/ethtool: support set coalesce per queueKan Liang2016-02-191-0/+61
| * | | net/ethtool: support get coalesce per queueKan Liang2016-02-191-1/+34
| * | | net/ethtool: introduce a new ioctl for per queue settingKan Liang2016-02-191-2/+25
| * | | net-sysfs: remove unused fmt_long_hexColin Ian King2016-02-181-1/+0
| * | | core: remove unneded headers for net cgroup controllers.Rosen, Rami2016-02-172-2/+0
| * | | net: add tc offload feature flagJohn Fastabend2016-02-171-0/+1
| * | | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-161-1/+9
| * | | net: add dst_cache supportPaolo Abeni2016-02-162-0/+169
| * | | ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
| * | | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+55
| * | | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-112-3/+13
| * | | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-112-6/+78
| * | | net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1
| * | | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-0/+5
| * | | net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-111-4/+6
| * | | net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-111-7/+9
| * | | net: Add support for filtering link dump by master device and kindDavid Ahern2016-02-111-1/+67
| * | | soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-112-1/+2
| * | | ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones2016-02-061-1/+1
| * | | net: add rx_nohandler stat counterJarod Wilson2016-02-063-1/+9
| * | | net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson2016-02-061-6/+13
* | | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
| |_|/ |/| |
* | | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-261-0/+6
* | | net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
* | | bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2016-02-241-2/+4
| |/ |/|
* | net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-2/+2
* | IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-02-181-1/+3
* | net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-02-161-0/+7
* | flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-02-091-3/+6
* | net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-092-0/+12
* | unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-081-0/+7
|/
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-01-201-2/+5
* soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek2016-01-191-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-151-0/+5
|\
| * net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-0/+5
* | mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-5/+0
* | net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-45/+7
* | net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-10/+16
* | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-7/+2
|/
* net: bpf: reject invalid shiftsRabin Vincent2016-01-121-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+3
|\
| * net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-111-1/+3
* | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2016-01-111-7/+62
* | bpf: export helper function flags and reject invalid onesDaniel Borkmann2016-01-111-14/+23
* | net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov2016-01-111-2/+1
* | net, sched: add clsact qdiscDaniel Borkmann2016-01-101-8/+74
* | bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann2016-01-101-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-1/+2
|\|
| * net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-061-1/+2