summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-12-16netfilter: conntrack: Remove useless assignment statementsluo penghao
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet
2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet
2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior
2021-12-13net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na...Joanne Koong
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-09net: x25: drop harmless check of !moreJean Sacren
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-12-09seg6: fix the iif in the IPv6 socket control blockAndrea Mayer
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk
2021-12-09udp: using datalen to cap max gso segmentsJianguo Wu
2021-12-08net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean