aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+10
2020-01-19devlink: Add overlay source MAC is multicast trapAmit Cohen1-0/+3
2020-01-19devlink: Add tunnel generic packet trapsAmit Cohen1-0/+6
2020-01-19devlink: Add non-routable packet trapAmit Cohen1-0/+3
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-12/+15
2020-01-17netns: Constify exported functionsGuillaume Nault1-5/+5
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso1-0/+1
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso1-0/+5
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso1-7/+9
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso1-5/+0
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+4
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-2/+4
2020-01-15Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+5
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+5
2020-01-14ipv6: Add "offload" and "trap" indications to routesIdo Schimmel1-1/+10
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+4
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel1-0/+9
2020-01-14net: macsec: PN wrap callbackAntoine Tenart1-0/+2
2020-01-14net: macsec: introduce MACsec opsAntoine Tenart1-0/+24
2020-01-14net: macsec: introduce the macsec_context structureAntoine Tenart1-0/+21
2020-01-14net: macsec: move some definitions in a dedicated headerAntoine Tenart1-0/+177
2020-01-11devlink: correct misspelling of snapshotJacob Keller1-1/+1
2020-01-10devlink: move devlink documentation to subfolderJacob Keller1-2/+2
2020-01-10devlink: add macro for "fw.psid"Jacob Keller1-0/+2
2020-01-09tcp: clean ext on tx recyclePaolo Abeni1-0/+1
2020-01-09tcp: Export TCP functions and ops structMat Martineau1-0/+8
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2-0/+65
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+28
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau1-0/+3
2020-01-09tcp: Add MPTCP option numberMat Martineau1-0/+1
2020-01-09sock: Make sk_protocol a 16-bit valueMat Martineau1-20/+5
2020-01-09net: Make sock protocol value checks more specificMat Martineau1-1/+0
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-08devlink: add support for reporter recovery completionVikas Gupta1-0/+2
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso1-0/+6
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+5
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-9/+0
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern1-12/+12
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+18
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti1-0/+5
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+11
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel1-2/+0
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-0/+1
2019-12-24net: fib_notifier: Add temporary events to the FIB notification chainIdo Schimmel1-0/+2
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu1-1/+1
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu1-0/+9
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2-2/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-17/+37