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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-05
bridge: add br_vlan_get_proto()
wenxu
1
-0
/
+10
2019-07-05
netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support
wenxu
1
-0
/
+15
2019-07-05
bridge: add br_vlan_get_pvid_rcu()
Pablo Neira Ayuso
1
-4
/
+15
2019-07-05
netfilter: nft_meta_bridge: Remove the br_private.h header
wenxu
1
-5
/
+14
2019-07-05
netfilter: nft_meta: move bridge meta keys into nft_meta_bridge
wenxu
5
-53
/
+163
2019-07-05
ipvs: strip gre tunnel headers from icmp errors
Julian Anastasov
1
-4
/
+42
2019-07-05
netfilter: nf_tables: Add synproxy support
Fernando Fernandez Mancera
3
-0
/
+299
2019-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-92
/
+263
2019-07-04
ipvs: allow tunneling with gre encapsulation
Vadim Fedorenko
2
-3
/
+64
2019-07-04
netfilter: nf_queue: remove unused hook entries pointer
Florian Westphal
3
-7
/
+5
2019-07-04
netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()
Markus Elfring
1
-1
/
+1
2019-07-04
netfilter: rename nf_SYNPROXY.h to nf_synproxy.h
Pablo Neira Ayuso
1
-1
/
+1
2019-07-03
nfs: fix out-of-date connectathon talk URL
J. Bruce Fields
1
-1
/
+1
2019-07-03
ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()
Paolo Abeni
1
-3
/
+7
2019-07-03
ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()
Paolo Abeni
1
-3
/
+9
2019-07-03
net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msg
Paolo Abeni
1
-12
/
+11
2019-07-03
ipv6: provide and use ipv6 specific version for {recv, send}msg
Paolo Abeni
1
-4
/
+31
2019-07-03
inet: factor out inet_send_prepare()
Paolo Abeni
1
-8
/
+13
2019-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-23
/
+90
2019-07-03
sctp: count data bundling sack chunk for outctrlchunks
Xin Long
1
-0
/
+3
2019-07-03
net: don't warn in inet diag when IPV6 is disabled
Stephen Hemminger
1
-3
/
+0
2019-07-03
ceph: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-33
/
+5
2019-07-03
sunrpc: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-55
/
+11
2019-07-03
bpf: add icsk_retransmits to bpf_tcp_sock
Stanislav Fomichev
1
-1
/
+19
2019-07-03
bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock
Stanislav Fomichev
1
-1
/
+10
2019-07-03
bpf: split shared bpf_tcp_sock and bpf_sock_ops implementation
Stanislav Fomichev
1
-54
/
+126
2019-07-03
bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
Stanislav Fomichev
1
-0
/
+4
2019-07-03
xdp: fix hang while unregistering device bound to xdp socket
Ilya Maximets
3
-16
/
+82
2019-07-03
xdp: hold device for umem regardless of zero-copy mode
Ilya Maximets
1
-5
/
+6
2019-07-03
xfrm interface: fix memory leak on creation
Nicolas Dichtel
1
-70
/
+28
2019-07-03
xfrm: policy: fix bydst hlist corruption on hash rebuild
Florian Westphal
1
-5
/
+7
2019-07-03
Bluetooth: Fix faulty expression for minimum encryption key size check
Matias Karhumaa
1
-1
/
+1
2019-07-02
tipc: remove ub->ubsock checks
Xin Long
1
-9
/
+8
2019-07-02
ipv4: Fix off-by-one in route dump counter without netlink strict checking
Stefano Brivio
1
-8
/
+14
2019-07-02
xprtrdma: Fix use-after-free in rpcrdma_post_recvs
Chuck Lever
1
-1
/
+2
2019-07-02
rxrpc: Fix send on a connected, but unbound socket
David Howells
1
-2
/
+2
2019-07-02
rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()
David Howells
1
-0
/
+3
2019-07-02
net: bridge: stp: don't cache eth dest pointer before skb pull
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: don't cache ether dest pointer on input
Nikolay Aleksandrov
1
-5
/
+3
2019-07-02
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
Nikolay Aleksandrov
1
-8
/
+12
2019-07-02
xfrm: remove a duplicated assignment
Cong Wang
1
-3
/
+0
2019-07-01
blackhole_netdev: use blackhole_netdev to invalidate dst entries
Mahesh Bandewar
3
-4
/
+3
2019-07-01
net/tls: make sure offload also gets the keys wiped
Jakub Kicinski
2
-3
/
+3
2019-07-01
net/tls: reject offload of TLS 1.3
Jakub Kicinski
1
-0
/
+8
2019-07-01
net sched: update mirred action for batched events operations
Roman Mashak
1
-0
/
+6
2019-07-01
idr: introduce idr_for_each_entry_continue_ul()
Cong Wang
1
-20
/
+7
2019-07-01
idr: fix overflow case for idr_for_each_entry_ul()
Cong Wang
1
-3
/
+6
2019-07-01
tipc: embed jiffies in macro TIPC_BC_RETR_LIM
Jon Maloy
1
-5
/
+4
2019-07-01
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
1
-6
/
+9
[prev]
[next]