summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-195-27/+22
|\
| * net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-171-12/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-163-11/+18
| |\
| | * bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend2020-01-151-0/+1
| | * bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend2020-01-151-5/+5
| | * bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2020-01-152-1/+8
| | * net: bpf: Don't leak time wait and request socketsLorenz Bauer2020-01-101-5/+4
| * | devlink: correct misspelling of snapshotJacob Keller2020-01-111-3/+3
| * | devlink: Wait longer before warning about unset port typeIdo Schimmel2020-01-101-1/+1
| |/
* | 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
* | | | net: Introduce a new MII time stamping interface.Richard Cochran2019-12-251-10/+10
* | | | net: Rephrased comments section of skb_mpls_pop()Martin Varghese2019-12-241-1/+1
* | | | net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese2019-12-241-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-228-84/+87
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-6/+9
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-192-0/+3
| | |\ \
| | | * | net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin2019-12-191-0/+2
| | | * | bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer2019-12-131-0/+1
| | * | | net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2019-12-171-2/+5
| | * | | net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-1/+1
| | |/ /
| | * / neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-3/+0
| | |/
| * / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-094-78/+78
| |/
* | ethtool: move to its own directoryMichal Kubecek2019-12-122-3117/+1
* | rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek2019-12-121-0/+5
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-1/+2