summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky2020-01-301-2/+2
* net: drop_monitor: Use kstrdupJoe Perches2020-01-301-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2815-3491/+571
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-271-2/+9
| |\
| | * flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi2020-01-271-2/+9
| * | Revert "pktgen: Allow configuration of IPv6 source address range"David S. Miller2020-01-271-98/+0
| * | net: introduce dev_net notifier register/unregister variantsJiri Pirko2020-01-271-0/+46
| * | net: push code from net notifier reg/unreg into helpersJiri Pirko2020-01-271-22/+38
| * | net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko2020-01-271-11/+3
| * | soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima2020-01-271-1/+0
| * | net: Support GRO/GSO fraglist chaining.Steffen Klassert2020-01-272-1/+92
| * | net: Add a netdev software feature set that defaults to off.Steffen Klassert2020-01-271-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-265-49/+84
| |\ \
| * | | devlink: Add health recover notifications on devlink flowsMoshe Shemesh2020-01-251-87/+89
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-233-74/+26
| |\ \
| | * | bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+2
| | * | xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-1/+1
| | * | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-71/+19
| | * | xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen2020-01-161-0/+2
| | * | bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing2020-01-141-1/+1
| | * | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-211-10/+17
| |\ \ \
| | * | | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca2019-12-091-10/+17
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-195-27/+22
| |\ \ \ \
| * | | | | devlink: Add overlay source MAC is multicast trapAmit Cohen2020-01-191-0/+1
| * | | | | devlink: Add tunnel generic packet trapsAmit Cohen2020-01-191-0/+2
| * | | | | devlink: Add non-routable packet trapAmit Cohen2020-01-191-0/+1
| * | | | | netns: Constify exported functionsGuillaume Nault2020-01-171-3/+3
| * | | | | pktgen: Allow configuration of IPv6 source address rangeNiu Xilei2020-01-141-0/+98
| * | | | | netns: don't disable BHs when locking "nsid_lock"Guillaume Nault2020-01-141-11/+11
| * | | | | netns: protect netns ID lookups with RCUGuillaume Nault2020-01-141-15/+7
| * | | | | netns: Remove __peernet2id_alloc()Guillaume Nault2020-01-141-32/+23
| * | | | | skb: add helpers to allocate ext independently from sk_buffPaolo Abeni2020-01-091-2/+33
| * | | | | mptcp: Add MPTCP to skb extensionsMat Martineau2020-01-091-0/+7
| * | | | | sock: Make sk_protocol a 16-bit valueMat Martineau2020-01-091-38/+22
| * | | | | flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing2020-01-091-1/+1
| * | | | | devlink: add devink notification when reporter update health stateVikas Gupta2020-01-081-17/+42
| * | | | | devlink: add support for reporter recovery completionVikas Gupta2020-01-081-2/+9
| | |_|/ / | |/| | |
| * | | | page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer2020-01-021-0/+9
| * | | | page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer2020-01-021-19/+61
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-12-301-2/+0
| |\ \ \ \
| | * | | | netfilter: Clean up unnecessary #ifdefLukas Wunner2019-12-171-2/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-272-53/+37
| |\ \ \ \ \
| | * | | | | xdp: Simplify __bpf_tx_xdp_map()Björn Töpel2019-12-191-26/+7
| | * | | | | xdp: Remove map_to_flush and map swap detectionBjörn Töpel2019-12-191-24/+3
| | * | | | | xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-1/+1
| | * | | | | xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-1/+1
| | * | | | | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-5/+4
| | * | | | | bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-132-1/+26
| | | |_|/ / | | |/| | |
| * | | | | net: Introduce peer to peer one step PTP time stamping.Richard Cochran2019-12-251-0/+1