aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ethtool: move to its own directoryMichal Kubecek2019-12-122-3117/+1
| * | | | | rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek2019-12-121-0/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2512-136/+164
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2019-12-081-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-251-3/+17
|\ \ \ \ \
| * | | | | net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-01-241-3/+17
| | |_|_|/ | |/| | |
* | | | | neigh_stat_seq_next() should increase position indexVasily Averin2020-01-241-0/+1
* | | | | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-232-12/+30
* | | | | net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy2020-01-221-31/+33
* | | | | net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki2020-01-221-2/+0
* | | | | net-sysfs: Fix reference count leakJouni Hogander2020-01-211-1/+3
|/ / / /
* | | | 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
|/ / /
* | | 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
|/ /