summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-1/+2
* net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
* net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-242-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-218-11/+14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-205-5/+9
| |\
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-201-1/+2
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-191-0/+1
| | * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| | * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| | * netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
| | * net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
| | * bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
| * | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-2/+1
| |\ \
| | * | net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-191-2/+1
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-132-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-122-4/+4
* | | | net: make dev_close and related functions voidstephen hemminger2017-07-191-15/+11
* | | | xfrm: remove flow cacheFlorian Westphal2017-07-182-517/+0
* | | | net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal2017-07-171-29/+2
* | | | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-4/+4
* | | | net: Remove references to NETIF_F_UFO from ethtool.David S. Miller2017-07-171-7/+0
* | | | net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller2017-07-171-18/+0
* | | | xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-10/+45
* | | | bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-171-0/+52
* | | | xdp: add trace event for xdp redirectJohn Fastabend2017-07-171-4/+9
* | | | net: implement XDP_REDIRECT for xdp genericJohn Fastabend2017-07-172-2/+46
* | | | xdp: add bpf_redirect helper functionJohn Fastabend2017-07-171-0/+52
* | | | net: xdp: support xdp generic on virtual devicesJohn Fastabend2017-07-171-95/+113
* | | | skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang2017-07-171-0/+3
|/ / /
* / / datagram: fix kernel-doc commentsstephen hemminger2017-07-121-3/+3
|/ /
* | bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-1/+2
* | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-14/+6
|\ \
| * | ethtool: don't open-code memdup_user()Al Viro2017-06-301-14/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0519-635/+1359
|\ \ \
| * | | bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP caseColin Ian King2017-07-051-0/+1
| * | | net: avoid one splat in fib_nl_delrule()Eric Dumazet2017-07-031-1/+1
| * | | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-031-1/+1
| * | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-130/+109
| * | | bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-5/+121
| * | | bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-031-2/+2
| * | | bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-021-2/+1
| * | | bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-011-0/+7
| * | | bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-011-1/+17
| * | | bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+17
| * | | bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-1/+78
| * | | bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+168
| * | | net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-012-3/+3
| * | | net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | | net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
| * | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-6/+6