summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet-12/+7
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski-0/+1
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter-2/+1
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+2
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick-5/+8
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu-1/+1
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave-1/+2
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch-3/+0
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-27/+36
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave-4/+3
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha-1/+0
2018-08-29net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca-0/+4
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann-13/+13
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann-1/+4
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann-3/+2
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann-5/+9
2018-08-27bpf: fix build error with clangStefan Agner-1/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-10/+6
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox-10/+6
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-49/+33
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann-38/+30
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe-432/+2972
2018-08-16net/xdp: Fix suspicious RCU usage warningTariq Toukan-11/+3
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe-125/+327
2018-08-14net: filter: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2018-08-14net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline-0/+2
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-74/+441
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov-0/+28
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov-8/+13
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau-45/+78
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau-6/+283
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau-0/+8
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau-1/+26
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau-0/+1
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita-2/+4
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita-18/+11
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita-1/+2
2018-08-10Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel-2/+1
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin-5/+19
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman-1/+18
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-32/+109
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao-4/+4
2018-08-05net: check extack._msg before printLi RongQing-1/+2
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov-1/+5
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+1
2018-08-04net: Remove some unneeded semicolonzhong jiang-1/+1
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso-0/+1
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin-1/+22
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts-48/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+20