summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-145-110/+107
* net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean2021-12-141-1/+1
* ethtool: fix null-ptr-deref on ref trackerJakub Kicinski2021-12-141-2/+4
* net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior2021-12-141-1/+1
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-1/+1
* net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior2021-12-131-1/+5
* net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na...Joanne Koong2021-12-131-4/+0
* tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long2021-12-131-1/+2
* net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean2021-12-121-30/+79
* Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-121-43/+7
* net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-121-17/+73
* net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-121-23/+25
* net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-121-4/+17
* net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-121-3/+70
* net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-123-4/+84
* net: Enable neighbor sysctls that is save for userns rootxu xin2021-12-121-4/+0
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-102-3/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-102-9/+8
|\
| * bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-021-3/+3
| * bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-6/+5
* | xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2021-12-101-1/+2
* | 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