summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mctp: Add helper for address match checkingJeremy Kerr2022-02-091-0/+5
* net: dsa: typo in commentLuiz Angelo Daros de Luca2022-02-091-1/+1
* ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-091-0/+1
* ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-091-0/+4
* ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-081-1/+2
* ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-082-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-042-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-031-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-251-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-281-2/+10
* | | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-281-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
* | | net: ax25: remove route refcountJakub Kicinski2022-01-271-12/+0
* | | net: remove bond_slave_has_mac_rcu()Jakub Kicinski2022-01-271-14/+0
* | | ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-0/+1
* | | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-271-5/+3
* | | ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-01-251-1/+0
* | | ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-1/+0
* | | ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-1/+0
* | | tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-251-2/+0
* | | tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet2022-01-251-3/+2
* | | tcp/dccp: add tw->tw_bslotEric Dumazet2022-01-251-0/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-252-4/+127
|\ \ \ | |/ / |/| |
| * | bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-211-2/+14
| * | bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+14
| * | xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi2022-01-211-2/+16