index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
Xu Liu
2021-08-19
1
-0
/
+14
*
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
2021-08-17
3
-35
/
+142
*
af_unix: Add read_sock for stream socket types
Jiang Wang
2021-08-17
1
-0
/
+12
*
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
6
-11
/
+11
*
bpf: af_unix: Implement BPF iterator for UNIX domain socket.
Kuniyuki Iwashima
2021-08-15
1
-0
/
+93
*
net: in_irq() cleanup
Changbin Du
2021-08-13
4
-7
/
+7
*
af_unix: fix holding spinlock in oob handling
Rao Shoaib
2021-08-13
1
-12
/
+24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
39
-130
/
+244
|
\
|
*
Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...
Jakub Kicinski
2021-08-12
1
-1
/
+6
|
|
\
|
|
*
net: Fix memory leak in ieee802154_raw_deliver
Takeshi Misawa
2021-08-10
1
-1
/
+6
|
*
|
vsock/virtio: avoid potential deadlock when vsock device remove
Longpeng(Mike)
2021-08-12
1
-2
/
+5
|
*
|
Revert "tipc: Return the correct errno code"
Hoang Le
2021-08-12
1
-3
/
+3
|
*
|
net: igmp: increase size of mr_ifc_count
Eric Dumazet
2021-08-12
1
-1
/
+1
|
*
|
tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets
Neal Cardwell
2021-08-12
1
-1
/
+1
|
*
|
net: linkwatch: fix failure to restore device state across suspend/resume
Willy Tarreau
2021-08-11
1
-2
/
+3
|
*
|
net: bridge: fix memleak in br_add_if()
Yang Yingliang
2021-08-10
1
-0
/
+2
|
*
|
net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...
Vladimir Oltean
2021-08-10
1
-1
/
+1
|
*
|
net: bridge: fix flags interpretation for extern learn fdb entries
Nikolay Aleksandrov
2021-08-10
3
-10
/
+6
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-08-10
1
-0
/
+4
|
|
\
\
|
|
*
|
bpf: Add missing bpf_read_[un]lock_trace() for syscall program
Yonghong Song
2021-08-10
1
-0
/
+4
|
*
|
|
net: igmp: fix data-race in igmp_ifc_timer_expire()
Eric Dumazet
2021-08-10
1
-7
/
+14
|
*
|
|
net: openvswitch: fix kernel-doc warnings in flow.c
Randy Dunlap
2021-08-10
1
-6
/
+7
|
|
/
/
|
*
|
net: sched: act_mirred: Reset ct info when mirror/redirect skb
Hangbin Liu
2021-08-09
1
-0
/
+3
|
*
|
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
2021-08-09
3
-3
/
+5
|
*
|
net/smc: fix wait on already cleared link
Karsten Graul
2021-08-09
4
-7
/
+33
|
*
|
page_pool: mask the page->signature before the checking
Yunsheng Lin
2021-08-09
1
-1
/
+9
|
*
|
dccp: add do-while-0 stubs for dccp_pr_debug macros
Randy Dunlap
2021-08-09
1
-3
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-08-06
17
-83
/
+139
|
|
\
\
|
|
*
|
netfilter: nfnetlink_hook: translate inet ingress to netdev
Pablo Neira Ayuso
2021-08-06
1
-1
/
+7
|
|
*
|
netfilter: conntrack: remove offload_pickup sysctl again
Florian Westphal
2021-08-06
4
-21
/
+8
|
|
*
|
netfilter: nfnetlink_hook: Use same family as request message
Pablo Neira Ayuso
2021-08-06
1
-3
/
+3
|
|
*
|
netfilter: nfnetlink_hook: use the sequence number of the request message
Pablo Neira Ayuso
2021-08-06
1
-1
/
+2
|
|
*
|
netfilter: nfnetlink_hook: missing chain family
Pablo Neira Ayuso
2021-08-06
1
-2
/
+6
|
|
*
|
netfilter: nfnetlink_hook: strip off module name from hookfn
Pablo Neira Ayuso
2021-08-06
1
-0
/
+1
|
|
*
|
netfilter: conntrack: collect all entries in one cycle
Florian Westphal
2021-08-06
1
-49
/
+22
|
|
*
|
netfilter: nf_conntrack_bridge: Fix memory leak when error
Yajun Deng
2021-08-04
1
-0
/
+6
|
|
*
|
netfilter: ipset: Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-08-04
10
-7
/
+85
*
|
|
|
net: dsa: tag_8021q: don't broadcast during setup/teardown
Vladimir Oltean
2021-08-12
4
-16
/
+26
*
|
|
|
net: dsa: print more information when a cross-chip notifier fails
Vladimir Oltean
2021-08-12
1
-6
/
+12
*
|
|
|
pktgen: Add output for imix results
Nick Richardson
2021-08-12
1
-1
/
+25
*
|
|
|
pktgen: Add imix distribution bins
Nick Richardson
2021-08-12
1
-0
/
+41
*
|
|
|
pktgen: Parse internet mix (imix) input
Nick Richardson
2021-08-12
1
-0
/
+96
*
|
|
|
net: bridge: vlan: fix global vlan option range dumping
Nikolay Aleksandrov
2021-08-12
1
-1
/
+2
*
|
|
|
mctp: Specify route types, require rtm_type in RTM_*ROUTE messages
Jeremy Kerr
2021-08-12
1
-5
/
+22
*
|
|
|
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
2021-08-11
7
-17
/
+23
*
|
|
|
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
8
-26
/
+21
*
|
|
|
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
2021-08-11
8
-10
/
+38
*
|
|
|
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
8
-28
/
+37
*
|
|
|
devlink: Add APIs to publish, unpublish individual parameter
Parav Pandit
2021-08-11
1
-0
/
+48
*
|
|
|
devlink: Add API to register and unregister single parameter
Parav Pandit
2021-08-11
1
-0
/
+37
[next]