summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* pktgen: Allow configuration of IPv6 source address rangeNiu Xilei2020-01-151-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-101-2/+33
* mptcp: Add MPTCP to skb extensionsMat Martineau2020-01-101-0/+7
* sock: Make sk_protocol a 16-bit valueMat Martineau2020-01-101-38/+22
* flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing2020-01-101-1/+1
* devlink: add devink notification when reporter update health stateVikas Gupta2020-01-091-17/+42
* devlink: add support for reporter recovery completionVikas Gupta2020-01-091-2/+9
* page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer2020-01-031-0/+9
* page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer2020-01-031-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-201-26/+7
| * | xdp: Remove map_to_flush and map swap detectionBjörn Töpel2019-12-201-24/+3
| * | xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-201-1/+1
| * | xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-201-1/+1
| * | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-201-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-261-0/+1
* | | net: Introduce a new MII time stamping interface.Richard Cochran2019-12-261-10/+10
* | | net: Rephrased comments section of skb_mpls_pop()Martin Varghese2019-12-251-1/+1
* | | net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese2019-12-251-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-238-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-141-0/+1
| | * | | net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2019-12-181-2/+5
| | * | | net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-181-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-132-3117/+1
* | rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek2019-12-131-0/+5
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-1/+2
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-071-23/+22
* net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2019-12-071-2/+5
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-071-2/+3
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-051-2/+2
* xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon2019-12-051-4/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+1
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-9/+28
* net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg2019-12-031-1/+3
* net: fix a leak in register_netdevice()Dan Carpenter2019-12-031-3/+3
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-022-5/+5
|\
| * net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-292-5/+5
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-2/+4
|\ \ | |/ |/|