summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-01-31flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-17ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2018-01-17net: core: fix module type in sock_diag_bindAndrii Vladyka1-1/+1
2018-01-02skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2018-01-02skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2018-01-02skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2018-01-02net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+2
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+3
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-1/+26
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund1-3/+2
2017-10-22soreuseport: fix initialization raceCraig Gallek1-3/+9
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-1/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-14/+15
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long1-1/+12
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long1-0/+1
2017-10-15net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-10-11net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-11Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-1/+2
2017-10-10net: defer call to cgroup_sk_alloc()Eric Dumazet1-2/+1
2017-10-10net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-1/+4
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-03socket, bpf: fix possible use after freeEric Dumazet2-5/+12
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-22net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-09-21net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-20bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet1-2/+2
2017-09-12xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer1-12/+26
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-18/+43
2017-09-09bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann1-1/+5
2017-09-09net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-09bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann1-2/+19
2017-09-08udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-07Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-1/+1