summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet2021-12-101-4/+5
* net: add netns refcount tracker to struct sockEric Dumazet2021-12-101-3/+3
* net: add networking namespace refcount trackerEric Dumazet2021-12-102-0/+12
* net: x25: drop harmless check of !moreJean Sacren2021-12-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0917-36/+62
|\
| * net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
| * seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
| * nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
| * nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
| * udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
| * net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-081-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-086-12/+15
| |\
| | * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-083-6/+6
| | * netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso2021-12-081-4/+7
| | * nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio2021-12-081-1/+1
| | * netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal2021-11-301-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-082-5/+15
| |\ \
| | * | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| | * | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
| * | | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-061-8/+8
| * | | ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-061-1/+2
| * | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
| * | | inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-031-1/+1
* | | | xfrm: use net device refcount tracker helpersEric Dumazet2021-12-092-3/+3
* | | | net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)2021-12-091-0/+7
* | | | net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart2021-12-081-0/+7
* | | | net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2021-12-081-0/+3
* | | | net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean2021-12-081-36/+3
* | | | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-082-1/+3
* | | | net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-086-64/+86
* | | | net: dsa: export bridging offload helpers to driversVladimir Oltean2021-12-081-43/+0
* | | | net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2021-12-082-14/+16
* | | | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-088-37/+41
* | | | net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean2021-12-082-27/+58
* | | | net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-085-25/+29
* | | | hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook2021-12-071-6/+12
* | | | net: sched: act_mirred: add net device refcount trackerEric Dumazet2021-12-071-8/+10
* | | | openvswitch: add net device refcount tracker to struct vportEric Dumazet2021-12-072-4/+6
* | | | netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2021-12-072-3/+7
* | | | net/smc: add net device tracker to struct smc_pnetentryEric Dumazet2021-12-071-4/+5
* | | | pktgen add net device refcount trackerEric Dumazet2021-12-071-3/+5
* | | | llc: add net device refcount trackerEric Dumazet2021-12-071-2/+3
* | | | ax25: add net device refcount trackerEric Dumazet2021-12-071-4/+4
* | | | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-072-5/+9
* | | | net: switchdev: add net device refcount trackerEric Dumazet2021-12-071-2/+3
* | | | net: watchdog: add net device refcount trackerEric Dumazet2021-12-071-4/+6
* | | | net: bridge: add net device refcount trackerEric Dumazet2021-12-072-3/+4
* | | | vlan: add net device refcount trackerEric Dumazet2021-12-071-2/+2
* | | | mptcp: support TCP_CORK and TCP_NODELAYMaxim Galaganov2021-12-072-1/+73
* | | | mptcp: expose mptcp_check_and_set_pendingMaxim Galaganov2021-12-072-1/+2