summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek2016-01-061-1/+1
* | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-043-27/+211
* | soreuseport: define reuseport groupsCraig Gallek2016-01-042-1/+174
* | ethtool: Add phy statisticsAndrew Lunn2015-12-311-1/+80
* | net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
* | bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2015-12-181-6/+0
* | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-3/+16
* | bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-1/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-174-12/+15
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-172-6/+6
| |\
| | * net: check both type and procotol for tcp socketsWANG Cong2015-12-172-2/+4
| | * skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
| | * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1
| | * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-2/+0