summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-18soreuseport: fix initialization raceCraig Gallek1-3/+9
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-12socket, bpf: fix possible use after freeEric Dumazet2-5/+12
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-10-12net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-10-12net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet1-2/+2
2017-09-20udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-5/+2
2017-08-25bpf: fix bpf_setsockopts return valueYuchung Cheng1-1/+0
2017-08-24net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-5/+8
2017-08-23udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+9
2017-08-12bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann1-0/+2
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong1-0/+2
2017-07-27netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+9
2017-07-21rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-20Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander1-0/+2
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong1-1/+1
2017-07-13net: set fib rule refcount after mallocDavid Ahern1-2/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2017-07-13bpf: fix return in bpf_skb_adjust_netKefeng Wang1-1/+1
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2-4/+4
2017-07-13datagram: fix kernel-doc commentsstephen hemminger1-3/+3
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-1/+2
2017-07-06Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+6
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-635/+1359
2017-07-05bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP caseColin Ian King1-0/+1
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2-3/+6
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet1-1/+1
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-130/+109
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-5/+121
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann1-2/+2
2017-07-03bpf: fix to bpf_setsockopsLawrence Brakmo1-2/+1
2017-07-02bpf: Adds support for setting sndcwnd clampLawrence Brakmo1-0/+7
2017-07-02bpf: Adds support for setting initial cwndLawrence Brakmo1-1/+17
2017-07-02bpf: Add support for changing congestion controlLawrence Brakmo1-1/+17
2017-07-02bpf: Add setsockopt helper function to bpfLawrence Brakmo1-1/+78
2017-07-02bpf: BPF support for sock_opsLawrence Brakmo1-0/+168