summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2022-02-102-0/+22
|\
| * net: ieee802154: Provide a kdoc to the address structureDavid Girault2022-02-011-0/+10
| * net: mac802154: Explain the use of ieee802154_wake/stop_queue()Miquel Raynal2022-01-281-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-02-098-65/+17
|\ \
| * | netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-02-091-0/+9
| * | netfilter: cttimeout: use option structureFlorian Westphal2022-02-091-2/+6
| * | netfilter: ecache: don't use nf_conn spinlockFlorian Westphal2022-02-091-1/+1
| * | netfilter: conntrack: remove extension register apiFlorian Westphal2022-02-047-54/+0
| * | netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal2022-02-041-3/+0
| * | netfilter: conntrack: move extension sizes into coreFlorian Westphal2022-02-041-1/+0
| * | netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal2022-02-041-4/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-092-3/+3
|\ \ \
| * | | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-272-3/+3
* | | | mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston2022-02-091-1/+10
* | | | mctp: Add helper for address match checkingJeremy Kerr2022-02-091-0/+5
* | | | net: dsa: typo in commentLuiz Angelo Daros de Luca2022-02-081-1/+1
* | | | ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-081-0/+1
* | | | ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-081-0/+4
* | | | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-071-1/+2
* | | | ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-072-0/+63
* | | | net: initialize init_net earlierEric Dumazet2022-02-061-0/+6
* | | | net: gro: minor optimization for dev_gro_receive()Paolo Abeni2022-02-051-24/+28
* | | | net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-0/+11
* | | | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-042-1/+1
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-032-5/+25
|\ \ \
| * | | ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-031-3/+5
| * | | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-021-5/+13
| * | | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-281-0/+10
* | | | net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz2022-02-031-0/+6
* | | | net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz2022-02-031-0/+12
* | | | page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck2022-02-031-30/+52
* | | | tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-023-1/+11
* | | | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+17
* | | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-9/+3
* | | | txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2022-01-312-13/+22
* | | | ipv4: Make ip_idents_reserve staticDavid Ahern2022-01-311-1/+0
* | | | ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2022-01-291-1/+1
* | | | Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-282-0/+33
|\ \ \ \
| * | | | Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster2022-01-241-0/+3
| * | | | Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik2022-01-202-0/+19
| * | | | Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik2022-01-201-0/+11
| | |_|/ | |/| |
* | | | ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-2/+10
* | | | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-271-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-273-12/+13
|\ \ \ \ | | |/ / | |/| |
| * | | ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet2022-01-271-1/+1
| * | | ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-01-271-11/+10
| * | | Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-0/+2
* | | | net: sched: remove qdisc_qlen_cpu()Jakub Kicinski2022-01-271-5/+0
* | | | net: sched: remove psched_tdiff_bounded()Jakub Kicinski2022-01-271-6/+0
* | | | udplite: remove udplite_csum_outgoing()Jakub Kicinski2022-01-271-43/+0