summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun2018-09-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-262-30/+249
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+204
| * net/core/filter: fix unused-variable warningAnders Roxell2018-09-111-2/+3
| * xdp: split code for map vs non-map redirectJesper Dangaard Brouer2018-09-071-22/+30
| * xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer2018-09-071-3/+3
| * xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer2018-09-071-3/+3
* | net: core: netlink: add helper refcount dec and lock functionVlad Buslov2018-09-261-0/+6
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-14/+9
|\ \
| * | netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-12/+7
| * | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
| * | devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-221-2/+1
* | | neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-5/+2
* | | neighbour: allow admin to set NTF_ROUTERRoopa Prabhu2018-09-241-2/+7
* | | net/core: Add new basic hardware counterEelco Chaudron2018-09-241-19/+54
* | | net: linkwatch: add check for netdevice being present to linkwatch_do_devHeiner Kallweit2018-09-201-1/+1
* | | net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-201-5/+5
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-183-7/+11
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-171-1/+2
| |\ \
| | * | bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
| * | | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
| * | | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
| |/ /
* | | pktgen: Fix fall-through annotationGustavo A. R. Silva2018-09-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-131-3/+0
|\| |
| * | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-3/+0
* | | net: Add and use skb_list_del_init().David S. Miller2018-09-101-4/+2
* | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-102-5/+5
* | | rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner2018-09-061-16/+16
* | | rtnetlink: move type calculation out of loopChristian Brauner2018-09-061-1/+1
* | | rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-061-4/+13
| |/ |/|
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-061-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-053-28/+36
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-042-27/+36
| |\
| | * bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3
| | * net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| | * bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| | * bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| | * bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2
| | * bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-291-5/+9
| | * bpf: fix build error with clangStefan Agner2018-08-281-1/+1
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-012-6/+72
|\ \
| * | bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov2018-09-011-4/+21
| * | xdp: remove redundant variable 'headroom'Colin Ian King2018-09-011-2/+1
| * | xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-291-2/+13
| * | xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-291-0/+39
| |/
* / ethtool: drop get_settings and set_settings callbacksMichal Kubecek2018-08-301-123/+35
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6