index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-21
netfilter: nft_limit: fix stateful object memory leak
Florian Westphal
1
-0
/
+18
2022-02-21
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
1
-0
/
+3
2022-02-21
ipv6: separate ndisc_ns_create() from ndisc_send_ns()
Hangbin Liu
1
-17
/
+32
2022-02-21
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
2
-3
/
+11
2022-02-21
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
2
-1
/
+6
2022-02-21
net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding
Christophe Leroy
1
-2
/
+2
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
95
-481
/
+1084
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-4
/
+6
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-2
/
+11
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-2
/
+7
2022-02-20
net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
Menglong Dong
2
-2
/
+8
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
2
-3
/
+6
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
2
-7
/
+17
2022-02-20
net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
Menglong Dong
1
-4
/
+17
2022-02-20
net: tcp: add skb drop reasons to tcp_v4_rcv()
Menglong Dong
1
-1
/
+6
2022-02-20
net: tcp: introduce tcp_drop_reason()
Menglong Dong
1
-2
/
+8
2022-02-20
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
4
-2
/
+25
2022-02-19
net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
Vladimir Oltean
2
-7
/
+20
2022-02-19
net/smc: unlock on error paths in __smc_setsockopt()
Dan Carpenter
1
-4
/
+8
2022-02-19
net: dsa: remove pcs_poll
Russell King (Oracle)
1
-1
/
+0
2022-02-19
net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()
Juhee Kang
2
-7
/
+11
2022-02-19
net: get rid of rtnl_lock_unregistering()
Eric Dumazet
1
-42
/
+0
2022-02-19
bridge: switch br_net_exit to batch mode
Eric Dumazet
1
-6
/
+9
2022-02-19
net: ip6mr: add support for passing full packet on wrong mif
Mobashshera Rasool
1
-4
/
+14
2022-02-19
mptcp: add mibs counter for ignored incoming options
Paolo Abeni
3
-2
/
+10
2022-02-19
mptcp: fix race in incoming ADD_ADDR option processing
Paolo Abeni
1
-5
/
+14
2022-02-19
mptcp: fix race in overlapping signal events
Paolo Abeni
1
-0
/
+10
2022-02-18
mctp: add address validity checking for packet receive
Jeremy Kerr
1
-0
/
+11
2022-02-18
mctp: replace mctp_address_ok with more fine-grained helpers
Jeremy Kerr
3
-3
/
+3
2022-02-18
net: Add new protocol attribute to IP addresses
Jacques de Laval
2
-6
/
+28
2022-02-18
net: avoid quadratic behavior in netdev_wait_allrefs_any()
Eric Dumazet
1
-3
/
+1
2022-02-18
ipv6: annotate some data-races around sk->sk_prot
Eric Dumazet
2
-8
/
+22
2022-02-18
net: dsa: add support for phylink mac_select_pcs()
Russell King (Oracle)
1
-0
/
+15
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
5
-6
/
+6
2022-02-18
net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
Paul Blakey
1
-5
/
+0
2022-02-18
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
1
-1
/
+1
2022-02-17
net: dsa: delete unused exported symbols for ethtool PHY stats
Vladimir Oltean
1
-57
/
+0
2022-02-17
net: add sanity check in proto_register()
Eric Dumazet
1
-0
/
+4
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+3
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-121
/
+168
2022-02-17
ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
Eric Dumazet
1
-9
/
+10
2022-02-17
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
4
-18
/
+21
2022-02-17
net: dsa: lan9303: handle hwaccel VLAN tags
Mans Rullgard
1
-14
/
+7
2022-02-17
vsock: remove vsock from connected table when connect is interrupted by a signal
Seth Forshee
1
-0
/
+1
2022-02-17
ipv6/addrconf: ensure addrconf_verify_rtnl() has completed
Eric Dumazet
1
-1
/
+1
2022-02-17
net: allow out-of-order netdev unregistration
Jakub Kicinski
1
-27
/
+37
2022-02-17
net: transition netdev reg state earlier in run_todo
Jakub Kicinski
1
-9
/
+9
2022-02-17
ping: fix the dif and sdif check in ping_lookup
Xin Long
1
-2
/
+9
2022-02-17
net: ping6: support setting basic SOL_IPV6 options via cmsg
Jakub Kicinski
2
-5
/
+17
[prev]
[next]