summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-011-1/+2
* net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer2017-08-281-0/+1
* tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-261-5/+2Star
* bpf: fix bpf_setsockopts return valueYuchung Cheng2017-08-251-1/+0Star
* net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli2017-08-241-5/+8
* udp: on peeking bad csum, drop packets even if not at headEric Dumazet2017-08-221-1/+1
* datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-3/+9
* bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann2017-08-111-0/+2
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-091-1/+1
* net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-215-5/+9
|\
| * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
| * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-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/+1Star
| * 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/+1Star
|\ \
| * | net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-201-2/+1Star
* | | 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-132-4/+4
* | | 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-061-14/+6Star
|\ \
| * | ethtool: don't open-code memdup_user()Al Viro2017-06-301-14/+6Star
* | | 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/+109Star
| * | | 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-031-2/+1Star
| * | | bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-021-0/+7
| * | | bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-021-1/+17
| * | | bpf: Add support for changing congestion controlLawrence Brakmo2017-07-021-1/+17
| * | | bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-021-1/+78
| * | | bpf: BPF support for sock_opsLawrence Brakmo2017-07-021-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
| * | | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-013-15/+15
| * | | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
| * | | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-016-22/+22
| * | | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-7/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-10/+20
| |\ \ \