summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* page_pool: refill page when alloc.count of pool is zeroLi RongQing2020-02-131-14/+8
* core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen2020-02-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-082-12/+21
|\
| * bpf: Improve bucket_log calculation logicMartin KaFai Lau2020-02-071-2/+3
| * bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki2020-02-071-0/+4
| * bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki2020-02-071-4/+4
| * bpf, sockmap: Check update requirements after lockingLorenz Bauer2020-02-071-6/+10
* | drop_monitor: Do not cancel uninitialized work itemIdo Schimmel2020-02-071-1/+3
* | devlink: report 0 after hitting end in region readJacob Keller2020-02-051-0/+6
* | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-042-2/+2
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-22/+22
* | 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
OpenPOWER on IntegriCloud