| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | mctp: make __mctp_dev_get() take a refcount hold | Matt Johnston | 2022-02-23 | 3 | -5/+22 | |
| | * | | | | | | | | | | | | | | net: switchdev: avoid infinite recursion from LAG to bridge with port object ... | Vladimir Oltean | 2022-02-23 | 1 | -4/+12 | |
| | * | | | | | | | | | | | | | | net: preserve skb_end_offset() in skb_unclone_keeptruesize() | Eric Dumazet | 2022-02-22 | 1 | -0/+32 | |
| | * | | | | | | | | | | | | | | net: add skb_set_end_offset() helper | Eric Dumazet | 2022-02-22 | 1 | -14/+5 | |
| | * | | | | | | | | | | | | | | ipv6: tcp: consistently use MAX_TCP_HEADER | Eric Dumazet | 2022-02-22 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | net: phy: phylink: fix DSA mac_select_pcs() introduction | Russell King (Oracle) | 2022-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | s390/iucv: sort out physical vs virtual pointers usage | Alexander Gordeev | 2022-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | gro_cells: avoid using synchronize_rcu() in gro_cells_destroy() | Eric Dumazet | 2022-02-22 | 1 | -5/+31 | |
| | * | | | | | | | | | | | | | | net: hsr: fix hsr build error when lockdep is not enabled | Juhee Kang | 2022-02-21 | 2 | -11/+22 | |
| | * | | | | | | | | | | | | | | ipv6: separate ndisc_ns_create() from ndisc_send_ns() | Hangbin Liu | 2022-02-21 | 1 | -17/+32 | |
| | * | | | | | | | | | | | | | | ipv4: Invalidate neighbour for broadcast address upon address addition | Ido Schimmel | 2022-02-21 | 2 | -3/+11 | |
| | * | | | | | | | | | | | | | | net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding | Christophe Leroy | 2022-02-21 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo() | Menglong Dong | 2022-02-20 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_data_queue() | Menglong Dong | 2022-02-20 | 1 | -2/+11 | |
| | * | | | | | | | | | | | | | | net: tcp: use tcp_drop_reason() for tcp_rcv_established() | Menglong Dong | 2022-02-20 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv() | Menglong Dong | 2022-02-20 | 2 | -2/+8 | |
| | * | | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_add_backlog() | Menglong Dong | 2022-02-20 | 2 | -3/+6 | |
| | * | | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash() | Menglong Dong | 2022-02-20 | 2 | -7/+17 | |
| | * | | | | | | | | | | | | | | net: tcp: use kfree_skb_reason() for tcp_v6_rcv() | Menglong Dong | 2022-02-20 | 1 | -4/+17 | |
| | * | | | | | | | | | | | | | | net: tcp: add skb drop reasons to tcp_v4_rcv() | Menglong Dong | 2022-02-20 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | net: tcp: introduce tcp_drop_reason() | Menglong Dong | 2022-02-20 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | net/smc: unlock on error paths in __smc_setsockopt() | Dan Carpenter | 2022-02-19 | 1 | -4/+8 | |
| | * | | | | | | | | | | | | | | net: dsa: remove pcs_poll | Russell King (Oracle) | 2022-02-19 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | net: hsr: fix suspicious RCU usage warning in hsr_node_get_first() | Juhee Kang | 2022-02-19 | 2 | -7/+11 | |
| | * | | | | | | | | | | | | | | net: get rid of rtnl_lock_unregistering() | Eric Dumazet | 2022-02-19 | 1 | -42/+0 | |
| | * | | | | | | | | | | | | | | bridge: switch br_net_exit to batch mode | Eric Dumazet | 2022-02-19 | 1 | -6/+9 | |
| | * | | | | | | | | | | | | | | net: ip6mr: add support for passing full packet on wrong mif | Mobashshera Rasool | 2022-02-19 | 1 | -4/+14 | |
| | * | | | | | | | | | | | | | | mctp: add address validity checking for packet receive | Jeremy Kerr | 2022-02-18 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | mctp: replace mctp_address_ok with more fine-grained helpers | Jeremy Kerr | 2022-02-18 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | net: Add new protocol attribute to IP addresses | Jacques de Laval | 2022-02-18 | 2 | -6/+28 | |
| | * | | | | | | | | | | | | | | net: avoid quadratic behavior in netdev_wait_allrefs_any() | Eric Dumazet | 2022-02-18 | 1 | -3/+1 | |
| | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | ipv6: annotate some data-races around sk->sk_prot | Eric Dumazet | 2022-02-18 | 2 | -8/+22 | |
| | * | | | | | | | | | | | | | net: dsa: add support for phylink mac_select_pcs() | Russell King (Oracle) | 2022-02-18 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | | net: dsa: delete unused exported symbols for ethtool PHY stats | Vladimir Oltean | 2022-02-17 | 1 | -57/+0 | |
| | * | | | | | | | | | | | | | net: add sanity check in proto_register() | Eric Dumazet | 2022-02-17 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-17 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-17 | 30 | -121/+168 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ipv6/addrconf: ensure addrconf_verify_rtnl() has completed | Eric Dumazet | 2022-02-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | net: allow out-of-order netdev unregistration | Jakub Kicinski | 2022-02-17 | 1 | -27/+37 | |
| | * | | | | | | | | | | | | | | | net: transition netdev reg state earlier in run_todo | Jakub Kicinski | 2022-02-17 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | net: ping6: support setting basic SOL_IPV6 options via cmsg | Jakub Kicinski | 2022-02-17 | 2 | -5/+17 | |
| | * | | | | | | | | | | | | | | | net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa... | Vladimir Oltean | 2022-02-17 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask | Petr Machata | 2022-02-16 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | mptcp: don't save tcp data_ready and write space callbacks | Florian Westphal | 2022-02-16 | 2 | -8/+6 | |
| | * | | | | | | | | | | | | | | | mptcp: mark ops structures as ro_after_init | Florian Westphal | 2022-02-16 | 1 | -8/+7 | |
| | * | | | | | | | | | | | | | | | mptcp: constify a bunch of of helpers | Paolo Abeni | 2022-02-16 | 3 | -32/+32 | |
| | * | | | | | | | | | | | | | | | mptcp: drop port parameter of mptcp_pm_add_addr_signal | Geliang Tang | 2022-02-16 | 3 | -7/+7 | |
| | * | | | | | | | | | | | | | | | mptcp: drop unneeded type casts for hmac | Geliang Tang | 2022-02-16 | 2 | -5/+2 | |
| | * | | | | | | | | | | | | | | | mptcp: drop unused sk in mptcp_get_options | Geliang Tang | 2022-02-16 | 3 | -10/+8 | |
| | * | | | | | | | | | | | | | | | mptcp: add SNDTIMEO setsockopt support | Geliang Tang | 2022-02-16 | 1 | -0/+2 | |
