index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
rxrpc: Fix apparent leak of rxrpc_local objects
David Howells
6
-0
/
+14
2018-03-30
rxrpc: Add a tracepoint to track rxrpc_local refcounting
David Howells
3
-27
/
+68
2018-03-30
rxrpc: Fix potential call vs socket/net destruction race
David Howells
4
-3
/
+17
2018-03-30
rxrpc: Fix checker warnings and errors
David Howells
6
-3
/
+13
2018-03-30
rxrpc: remove unused static variables
Sebastian Andrzej Siewior
1
-3
/
+0
2018-03-30
rxrpc: Fix resend event time calculation
Marc Dionne
1
-1
/
+1
2018-03-30
rxrpc: Don't treat call aborts as conn aborts
David Howells
1
-6
/
+9
2018-03-30
rxrpc: Fix Tx ring annotation after initial Tx failure
David Howells
1
-1
/
+3
2018-03-30
rxrpc: Fix a bit of time confusion
David Howells
1
-1
/
+1
2018-03-30
rxrpc: Fix firewall route keepalive
David Howells
9
-4
/
+204
2018-03-30
net/ipv6: Fix route leaking between VRFs
David Ahern
1
-0
/
+3
2018-03-30
ipv6: sr: fix seg6 encap performances with TSO enabled
David Lebrun
1
-9
/
+7
2018-03-30
net: Fix untag for vlan packets without ethernet header
Toshiaki Makita
1
-2
/
+4
2018-03-30
ipv6: do not set routes if disable_ipv6 has been enabled
Lorenzo Bianconi
1
-0
/
+6
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
62
-829
/
+1187
2018-03-30
net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...
Kirill Tkhai
1
-0
/
+6
2018-03-30
netfilter: Rework xt_TEE netdevice notifier
Kirill Tkhai
1
-27
/
+46
2018-03-30
xfrm: Register xfrm_dev_notifier in appropriate place
Kirill Tkhai
2
-3
/
+2
2018-03-30
sfp/phylink: move module EEPROM ethtool access into netdev core ethtool
Russell King
1
-0
/
+7
2018-03-30
net: Call add/kill vid ndo on vlan filter feature toggling
Gal Pressman
4
-25
/
+120
2018-03-30
netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp
Joe Perches
1
-5
/
+2
2018-03-30
Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...
Florian Westphal
3
-48
/
+3
2018-03-30
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
1
-1
/
+3
2018-03-30
netfilter: Merge assignment with return
Arushi Singhal
2
-5
/
+3
2018-03-30
netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()
Pablo Neira Ayuso
1
-11
/
+4
2018-03-30
netfilter: nf_tables: rename to nft_set_lookup_global()
Pablo Neira Ayuso
4
-12
/
+14
2018-03-30
netfilter: nf_tables: enable conntrack if NAT chain is registered
Pablo Neira Ayuso
3
-7
/
+41
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
16
-509
/
+411
2018-03-30
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
11
-29
/
+29
2018-03-30
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
11
-19
/
+19
2018-03-30
netfilter: ebt_stp: Use generic functions for comparisons
Joe Perches
1
-4
/
+2
2018-03-30
netfilter: ebtables: Add string filter
Bernie Harris
1
-0
/
+1
2018-03-30
netfilter: ebtables: Add support for specifying match revision
Bernie Harris
1
-18
/
+29
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
1
-1
/
+1
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
2
-2
/
+10
2018-03-29
Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...
David S. Miller
25
-173
/
+824
2018-03-29
sctp: fix unused lable warning
Arnd Bergmann
1
-0
/
+2
2018-03-29
ipv6: export ip6 fragments sysctl to unprivileged users
Eric Dumazet
1
-4
/
+0
2018-03-29
net/ipv6: Move call_fib6_entry_notifiers up for route adds
David Ahern
1
-4
/
+12
2018-03-29
net/ipv4: Allow notifier to fail route replace
David Ahern
1
-2
/
+7
2018-03-29
net/ipv4: Move call_fib_entry_notifiers up for new routes
David Ahern
1
-2
/
+16
2018-03-29
net: Move call_fib_rule_notifiers up in fib_nl_newrule
David Ahern
1
-1
/
+5
2018-03-29
net: Fix fib notifer to return errno
David Ahern
1
-2
/
+8
2018-03-29
net: Remove rtnl_lock() in nf_ct_iterate_destroy()
Kirill Tkhai
1
-2
/
+0
2018-03-29
ovs: Remove rtnl_lock() from ovs_exit_net()
Kirill Tkhai
1
-2
/
+0
2018-03-29
net: Don't take rtnl_lock() in wireless_nlevent_flush()
Kirill Tkhai
1
-4
/
+0
2018-03-29
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
7
-5
/
+31
2018-03-29
Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
8
-24
/
+38
2018-03-29
ip_tunnel: Resolve ipsec merge conflict properly.
David S. Miller
1
-6
/
+6
2018-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-4
/
+9
[prev]
[next]