| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to struct pneigh_entry | Eric Dumazet | 2021-12-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to struct neighbour | Eric Dumazet | 2021-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | ipv6: add net device refcount tracker to struct ip6_tnl | Eric Dumazet | 2021-12-06 | 3 | -8/+8 | |
| * | | | | | | | | | | | | | | | sit: add net device refcount tracking to ip_tunnel | Eric Dumazet | 2021-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | ipv6: add net device refcount tracker to rt6_probe_deferred() | Eric Dumazet | 2021-12-06 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | net: dst: add net device refcount tracking to dst_entry | Eric Dumazet | 2021-12-06 | 3 | -9/+11 | |
| * | | | | | | | | | | | | | | | drop_monitor: add net device refcount tracker | Eric Dumazet | 2021-12-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to dev_ifsioc() | Eric Dumazet | 2021-12-06 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to ethtool_phys_id() | Eric Dumazet | 2021-12-06 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to struct netdev_queue | Eric Dumazet | 2021-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker to struct netdev_rx_queue | Eric Dumazet | 2021-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | net: add net device refcount tracker infrastructure | Eric Dumazet | 2021-12-06 | 2 | -0/+13 | |
| * | | | | | | | | | | | | | | | net/sched: act_ct: Offload only ASSURED connections | Chris Mi | 2021-12-03 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-02 | 21 | -78/+144 | |
| |\| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-12-02 | 19 | -72/+139 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | gro: Fix inconsistent indenting | Jiapeng Chong | 2021-12-02 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | net/rds: correct socket tunable error in rds_tcp_tune() | William Kucharski | 2021-12-02 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | mctp: Don't let RTM_DELROUTE delete local routes | Matt Johnston | 2021-12-02 | 1 | -4/+5 | |
| | | * | | | | | | | | | | | | | net/smc: Keep smc_close_final rc during active close | Tony Lu | 2021-12-02 | 1 | -2/+6 | |
| | | * | | | | | | | | | | | | | net/smc: fix wrong list_del in smc_lgr_cleanup_early | Dust Li | 2021-12-02 | 1 | -4/+3 | |
| | | * | | | | | | | | | | | | | ipv4: convert fib_num_tclassid_users to atomic_t | Eric Dumazet | 2021-12-02 | 3 | -5/+5 | |
| | | * | | | | | | | | | | | | | net: annotate data-races on txq->xmit_lock_owner | Eric Dumazet | 2021-12-01 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | net: netlink: af_netlink: Prevent empty skb by adding a check on len. | Harshit Mogalapalli | 2021-11-30 | 1 | -0/+5 | |
| | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel... | Jakub Kicinski | 2021-11-29 | 2 | -10/+18 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() | Eiichi Tsukata | 2021-11-29 | 1 | -5/+9 | |
| | | | * | | | | | | | | | | | | rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() | Eiichi Tsukata | 2021-11-29 | 1 | -5/+9 | |
| | | * | | | | | | | | | | | | | wireguard: device: reset peer src endpoint when netns exits | Jason A. Donenfeld | 2021-11-29 | 1 | -0/+19 | |
| | | * | | | | | | | | | | | | | ipv6: fix memory leak in fib6_rule_suppress | msizanoen1 | 2021-11-29 | 3 | -3/+4 | |
| | | * | | | | | | | | | | | | | mctp: test: fix skb free in test device tx | Jeremy Kerr | 2021-11-29 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | net/tls: Fix authentication failure in CCM mode | Tianjia Zhang | 2021-11-29 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | net: mpls: Remove rcu protection from nh_dev | Benjamin Poirier | 2021-11-29 | 2 | -25/+16 | |
| | | * | | | | | | | | | | | | | net: mpls: Fix notifications when deleting a device | Benjamin Poirier | 2021-11-29 | 1 | -16/+52 | |
| | * | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-11-28 | 1 | -1/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2021-11-27 | 1 | -5/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | SUNRPC: use different lock keys for INET6 and LOCAL | NeilBrown | 2021-11-22 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | mctp: Remove redundant if statements | Xu Wang | 2021-12-02 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | net: openvswitch: Remove redundant if statements | Xu Wang | 2021-12-02 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | Revert "net: snmp: add statistics for tcp small queue check" | Eric Dumazet | 2021-12-01 | 2 | -5/+1 | |
| * | | | | | | | | | | | | | | | net: dsa: support use of phylink_generic_validate() | Russell King (Oracle) | 2021-12-01 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | net: dsa: replace phylink_get_interfaces() with phylink_get_caps() | Russell King (Oracle) | 2021-12-01 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | net: dsa: consolidate phylink creation | Russell King (Oracle) | 2021-12-01 | 3 | -33/+32 | |
| * | | | | | | | | | | | | | | | mctp: remove unnecessary check before calling kfree_skb() | Yang Yingliang | 2021-11-30 | 2 | -5/+2 | |
| | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | devlink: Simplify devlink resources unregister call | Leon Romanovsky | 2021-11-30 | 2 | -16/+49 | |
| * | | | | | | | | | | | | | | net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_release | Nikolay Aleksandrov | 2021-11-30 | 1 | -18/+2 | |
| * | | | | | | | | | | | | | | net: nexthop: reduce rcu synchronizations when replacing resilient groups | Nikolay Aleksandrov | 2021-11-30 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | net/tls: simplify the tls_set_sw_offload function | Tianjia Zhang | 2021-11-30 | 1 | -19/+17 | |
| * | | | | | | | | | | | | | | ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()' | Christophe JAILLET | 2021-11-29 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | net: snmp: add statistics for tcp small queue check | Menglong Dong | 2021-11-29 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | | devlink: Remove misleading internal_flags from health reporter dump | Leon Romanovsky | 2021-11-29 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | net: mpls: Make for_nexthops iterator const | Benjamin Poirier | 2021-11-29 | 2 | -5/+5 | |
