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-10
tipc: improve size validations for received domain records
Jon Maloy
2
-2
/
+9
2022-02-09
mptcp: netlink: process IPv6 addrs in creating listening sockets
Kishen Maloor
1
-2
/
+6
2022-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
22
-438
/
+413
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
2
-25
/
+33
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-32
/
+50
2022-02-09
net: drop_monitor: support drop reason
Menglong Dong
1
-6
/
+35
2022-02-09
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2
-3
/
+4
2022-02-09
vlan: move dev_put into vlan_dev_uninit
Xin Long
1
-3
/
+5
2022-02-09
vlan: introduce vlan_dev_free_egress_priority
Xin Long
3
-5
/
+11
2022-02-09
ax25: fix UAF bugs of net_device caused by rebinding operation
Duoming Zhou
1
-1
/
+4
2022-02-09
net: dsa: fix panic when DSA master device unbinds on shutdown
Vladimir Oltean
1
-19
/
+6
2022-02-09
tipc: rate limit warning for received illegal binding update
Jon Maloy
1
-1
/
+1
2022-02-09
Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
David S. Miller
1
-7
/
+22
2022-02-09
mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control
Matt Johnston
2
-54
/
+249
2022-02-09
mctp: Allow keys matching any local address
Jeremy Kerr
2
-2
/
+10
2022-02-09
mctp: Add helper for address match checking
Jeremy Kerr
1
-5
/
+3
2022-02-09
mctp: tests: Add key state tests
Jeremy Kerr
1
-0
/
+137
2022-02-09
mctp: tests: Rename FL_T macro to FL_TO
Jeremy Kerr
1
-6
/
+6
2022-02-09
ip6_tunnel: fix possible NULL deref in ip6_tnl_xmit
Eric Dumazet
1
-1
/
+4
2022-02-09
ax25: fix NPD bug in ax25_disconnect
Duoming Zhou
1
-1
/
+1
2022-02-09
netfilter: ctnetlink: use dump structure instead of raw args
Florian Westphal
1
-12
/
+24
2022-02-09
nfqueue: enable to set skb->priority
Nicolas Dichtel
1
-0
/
+8
2022-02-09
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
2
-2
/
+116
2022-02-09
netfilter: cttimeout: use option structure
Florian Westphal
2
-22
/
+20
2022-02-09
netfilter: ecache: don't use nf_conn spinlock
Florian Westphal
1
-12
/
+13
2022-02-09
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
1
-1
/
+1
2022-02-09
xfrm: enforce validity of offload input flags
Leon Romanovsky
1
-1
/
+5
2022-02-09
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-6
/
+9
2022-02-09
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-02-08
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2
-0
/
+4
2022-02-08
net: remove default_device_exit()
Eric Dumazet
1
-8
/
+14
2022-02-08
can: gw: switch cangw_pernet_exit() to batch mode
Eric Dumazet
1
-3
/
+6
2022-02-08
ipmr: introduce ipmr_net_exit_batch()
Eric Dumazet
1
-5
/
+15
2022-02-08
ip6mr: introduce ip6mr_net_exit_batch()
Eric Dumazet
1
-5
/
+15
2022-02-08
ipv6: change fib6_rules_net_exit() to batch mode
Eric Dumazet
1
-3
/
+8
2022-02-08
ipv4: add fib_net_exit_batch()
Eric Dumazet
1
-3
/
+16
2022-02-08
nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
Eric Dumazet
1
-4
/
+8
2022-02-08
ipv6/addrconf: switch to per netns inet6_addr_lst hash table
Eric Dumazet
1
-54
/
+23
2022-02-08
ipv6/addrconf: use one delayed work per netns
Eric Dumazet
1
-20
/
+24
2022-02-08
ipv6/addrconf: allocate a per netns hash table
Eric Dumazet
1
-0
/
+20
2022-02-08
net: add dev->dev_registered_tracker
Eric Dumazet
1
-2
/
+4
2022-02-08
Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-2
/
+13
2022-02-08
SUNRPC: lock against ->sock changing during sysfs read
NeilBrown
2
-2
/
+10
2022-02-08
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
Dan Aloni
1
-0
/
+3
2022-02-07
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
4
-34
/
+45
2022-02-07
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
2
-3
/
+15
2022-02-07
ipv4: Stop taking ECN bits into account in fib4-rules
Guillaume Nault
1
-8
/
+10
2022-02-07
ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rules
Guillaume Nault
1
-6
/
+13
2022-02-07
bpf: test_run: Fix overflow in bpf_test_finish frags parsing
Stanislav Fomichev
1
-2
/
+3
2022-02-07
bpf: test_run: Fix overflow in xdp frags parsing
Stanislav Fomichev
1
-2
/
+2
[prev]
[next]