summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-08netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long
2017-10-14net: fix typo in skbuff.cWenhua Shi
2017-10-10net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-10-02socket, bpf: fix possible use after freeEric Dumazet
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert
2017-09-05flow_dissector: Cleanup control flowTom Herbert
2017-09-01net: Add module reference to FIB notifiersIdo Schimmel
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01bpf: Collapse offset checks in sock_filter_is_valid_accessDavid Ahern