aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub 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
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet
2021-12-07llc: add net device refcount trackerEric Dumazet
2021-12-07ax25: add net device refcount trackerEric Dumazet
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-12-06net: fix recent csum changesEric Dumazet
2021-12-06net: failover: add net device refcount trackerEric Dumazet
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky
2021-11-30Bonding: add arp_missed_max optionHangbin Liu
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-11-29net: vxlan: add macro definition for number of IANA VXLAN-GPE portHao Chen
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet
2021-11-25sctp: make the raise timer more simple and accurateXin Long
2021-11-24Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng