summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+1
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0211-0/+11
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+3
* | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-1/+26
|/
* net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
* soreuseport: fix initialization raceCraig Gallek2017-10-221-3/+9
* sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
* bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-1/+1
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-14/+15
* dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long2017-10-161-1/+12
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-3/+3
* net: enable interface alias removal via rtnlNicolas Dichtel2017-10-161-1/+4
* rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long2017-10-161-1/+1
* rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long2017-10-161-1/+1
* rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long2017-10-161-0/+1
* rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long2017-10-161-0/+1
* rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long2017-10-161-0/+1
* rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long2017-10-161-0/+1
* net: fix typo in skbuff.cWenhua Shi2017-10-141-1/+1
* net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-10-101-2/+1
* Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-101-1/+2
* net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-091-2/+1
* net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-091-1/+4
* net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
* socket, bpf: fix possible use after freeEric Dumazet2017-10-022-5/+12
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
* net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-221-2/+6
* net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-211-0/+2
* net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree2017-09-201-0/+1
* bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-9/+15
* net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet2017-09-131-2/+2
* xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-12/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-093-18/+43
|\
| * bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-081-1/+5
| * net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-081-9/+16
| * bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-2/+19
| * udp: drop head states only when all skb references are gonePaolo Abeni2017-09-071-6/+3
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-061-1/+1
|\ \ | |/ |/|
| * cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-1/+1
* | flow_dissector: Add limit for number of headers to dissectTom Herbert2017-09-051-3/+22
* | flow_dissector: Cleanup control flowTom Herbert2017-09-051-78/+145
* | net: Add module reference to FIB notifiersIdo Schimmel2017-09-011-2/+11
* | net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-3/+3
* | net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-8/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-014-13/+14
|\ \
| * | 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-251-5/+2
| * | bpf: fix bpf_setsockopts return valueYuchung Cheng2017-08-241-1/+0
OpenPOWER on IntegriCloud