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
2016-05-09
net: l3mdev: Allow send on enslaved interface
David Ahern
2
-4
/
+17
2016-05-09
net: l3mdev: Move get_saddr and rt6_dst
David Ahern
2
-1
/
+55
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-45
/
+73
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
24
-914
/
+889
2016-05-09
netfilter: conntrack: use single slab cache
Florian Westphal
1
-22
/
+14
2016-05-09
netfilter: conntrack: use a single nat bysource table for all namespaces
Florian Westphal
1
-16
/
+17
2016-05-09
netfilter: conntrack: make netns address part of nat bysrc hash
Florian Westphal
1
-3
/
+3
2016-05-08
net: make sch_handle_ingress() drop monitor ready
Eric Dumazet
1
-1
/
+3
2016-05-08
fq_codel: add memory limitation per queue
Eric Dumazet
1
-3
/
+24
2016-05-08
net: Add Qualcomm IPC router
Courtney Cavin
7
-0
/
+1183
2016-05-06
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
2
-3
/
+9
2016-05-06
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
Jarno Rajahalme
1
-2
/
+0
2016-05-06
ipv4: tcp: ip_send_unicast_reply() is not BH safe
Eric Dumazet
1
-4
/
+4
2016-05-06
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
3
-6
/
+49
2016-05-06
net: vrf: Create FIB tables on link create
David Ahern
2
-0
/
+2
2016-05-06
net: ipv6: tcp reset, icmp need to consider L3 domain
David Ahern
2
-4
/
+8
2016-05-06
bridge: fix igmp / mld query parsing
Linus Lüssing
1
-5
/
+7
2016-05-06
Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
2
-4
/
+26
2016-05-06
netfilter: conntrack: use a single expectation table for all namespaces
Florian Westphal
4
-32
/
+24
2016-05-06
netfilter: conntrack: make netns address part of expect hash
Florian Westphal
1
-7
/
+10
2016-05-06
netfilter: conntrack: check netns when walking expect hash
Florian Westphal
3
-4
/
+30
2016-05-06
ipvs: make drop_entry protection effective for SIP-pe
Marco Angaroni
2
-4
/
+26
2016-05-05
net: bridge: fix old ioctl unlocked net device walk
Nikolay Aleksandrov
1
-2
/
+3
2016-05-05
VSOCK: do not disconnect socket when peer has shutdown SEND only
Ian Campbell
1
-20
/
+1
2016-05-05
netfilter: nf_tables: allow set names up to 32 bytes
Pablo Neira Ayuso
1
-3
/
+3
2016-05-05
netfilter: x_tables: get rid of old and inconsistent debugging
Pablo Neira Ayuso
3
-573
/
+117
2016-05-05
openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointer
Pablo Neira Ayuso
1
-8
/
+0
2016-05-05
netfilter: conntrack: introduce clash resolution on insertion race
Pablo Neira Ayuso
3
-3
/
+54
2016-05-05
netfilter: conntrack: introduce nf_ct_acct_update()
Pablo Neira Ayuso
1
-23
/
+19
2016-05-05
netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointer
Pablo Neira Ayuso
1
-1
/
+1
2016-05-05
netfilter: conntrack: consider ct netns in early_drop logic
Florian Westphal
1
-18
/
+25
2016-05-05
netfilter: conntrack: use a single hashtable for all namespaces
Florian Westphal
8
-66
/
+61
2016-05-05
netfilter: conntrack: make netns address part of hash
Florian Westphal
1
-17
/
+18
2016-05-05
netfilter: conntrack: check netns when comparing conntrack objects
Florian Westphal
3
-12
/
+22
2016-05-05
netfilter: conntrack: small refactoring of conntrack seq_printf
Florian Westphal
1
-5
/
+19
2016-05-05
netfilter: conntrack: use nf_ct_key_equal() in more places
Florian Westphal
1
-18
/
+11
2016-05-05
netfilter: conntrack: don't attempt to iterate over empty table
Florian Westphal
1
-0
/
+3
2016-05-05
netfilter: conntrack: fix lookup race during hash resize
Florian Westphal
1
-5
/
+19
2016-05-05
netfilter: conntrack: keep BH enabled during lookup
Florian Westphal
1
-17
/
+8
2016-05-05
netfilter: nftables: add connlabel set support
Florian Westphal
1
-0
/
+30
2016-05-04
tcp: two more missing bh disable
Eric Dumazet
2
-0
/
+4
2016-05-04
tcp: must block bh in __inet_twsk_hashdance()
Eric Dumazet
1
-3
/
+3
2016-05-04
tcp: fix lockdep splat in tcp_snd_una_update()
Eric Dumazet
1
-4
/
+6
2016-05-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-1
/
+34
2016-05-04
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
17
-231
/
+273
2016-05-04
net: fix infoleak in rtnetlink
Kangjie Lu
1
-8
/
+10
2016-05-04
net: fix infoleak in llc
Kangjie Lu
1
-0
/
+1
2016-05-04
net: remove dev->trans_start
Florian Westphal
1
-7
/
+3
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
5
-6
/
+6
2016-05-04
gre6: add Kconfig dependency for NET_IPGRE_DEMUX
Arnd Bergmann
1
-0
/
+1
[next]