summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-24bpf: fix bpf_setsockopts return valueYuchung Cheng
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli
2017-08-22udp: on peeking bad csum, drop packets even if not at headEric Dumazet
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong
2017-07-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong
2017-07-13net: set fib rule refcount after mallocDavid Ahern
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-13bpf: fix return in bpf_skb_adjust_netKefeng Wang
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-12datagram: fix kernel-doc commentsstephen hemminger
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP caseColin Ian King
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann
2017-07-02bpf: fix to bpf_setsockopsLawrence Brakmo
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller