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
2015-12-10
rfkill: copy the name into the rfkill struct
Johannes Berg
1
-3
/
+3
2015-12-02
mac80211: fix off-channel mgmt-tx uninitialized variable usage
Johannes Berg
1
-2
/
+6
2015-12-02
mac80211: do not actively scan DFS channels
Antonio Quartulli
1
-4
/
+5
2015-12-02
mac80211: don't teardown sdata on sdata stop
Eliad Peller
1
-1
/
+1
2015-11-20
mac80211: always set the buf_size in AddBA req to 64
Gregory Greenman
1
-1
/
+2
2015-11-20
mac80211: ensure we don't update tx power on a non-running sdata
Emmanuel Grumbach
1
-1
/
+2
2015-11-17
mac80211: mesh: fix call_rcu() usage
Johannes Berg
1
-4
/
+4
2015-11-17
mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE
Johannes Berg
1
-2
/
+1
2015-11-15
ipvs: use skb_to_full_sk() helper
Eric Dumazet
1
-8
/
+8
2015-11-15
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
5
-23
/
+37
2015-11-15
sctp: translate host order to network order when setting a hmacid
lucien
1
-2
/
+2
2015-11-15
packet: fix tpacket_snd max frame len
Daniel Borkmann
1
-4
/
+5
2015-11-15
packet: infer protocol from ethernet header if unset
Daniel Borkmann
1
-0
/
+11
2015-11-15
packet: only allow extra vlan len on ethernet devices
Daniel Borkmann
1
-35
/
+25
2015-11-15
packet: always probe for transport header
Daniel Borkmann
1
-4
/
+3
2015-11-15
packet: do skb_probe_transport_header when we actually have data
Daniel Borkmann
1
-2
/
+3
2015-11-15
ipv6: Check rt->dst.from for the DST_NOCACHE route
Martin KaFai Lau
1
-1
/
+2
2015-11-15
ipv6: Check expire on DST_NOCACHE route
Martin KaFai Lau
1
-1
/
+10
2015-11-15
ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
Martin KaFai Lau
1
-1
/
+7
2015-11-15
af-unix: fix use-after-free with concurrent readers while splicing
Hannes Frederic Sowa
1
-0
/
+18
2015-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
12
-99
/
+123
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-163
/
+288
2015-11-10
netfilter: nf_tables: add clone interface to expression operations
Pablo Neira Ayuso
2
-10
/
+44
2015-11-10
netfilter: fix xt_TEE and xt_TPROXY dependencies
Arnd Bergmann
1
-3
/
+3
2015-11-10
netfilter: nfnetlink_log: work around uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2015-11-10
Revert "bridge: Allow forward delay to be cfgd when STP enabled"
Vlad Yasevich
1
-4
/
+9
2015-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-09
net: fix a race in dst_release()
Eric Dumazet
1
-1
/
+1
2015-11-09
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
13
-394
/
+1083
2015-11-09
remove abs64()
Andrew Morton
1
-1
/
+1
2015-11-09
netfilter: Fix removal of GRE expectation entries created by PPTP
Anthony Lineham
1
-1
/
+1
2015-11-08
netfilter: nft_meta: use skb_to_full_sk() helper
Eric Dumazet
1
-16
/
+20
2015-11-08
net_sched: em_meta: use skb_to_full_sk() helper
Eric Dumazet
1
-46
/
+92
2015-11-08
sched: cls_flow: use skb_to_full_sk() helper
Eric Dumazet
1
-4
/
+11
2015-11-08
netfilter: xt_owner: use skb_to_full_sk() helper
Eric Dumazet
1
-2
/
+4
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-11
/
+13
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
17
-350
/
+339
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-5
/
+5
2015-11-07
netfilter: ipset: Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
1
-4
/
+9
2015-11-07
netfilter: ipset: Fix hash:* type expiration
Jozsef Kadlecsik
1
-1
/
+1
2015-11-07
netfilter: ipset: Fix extension alignment
Jozsef Kadlecsik
7
-79
/
+64
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
6
-11
/
+13
2015-11-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
10
-45
/
+54
2015-11-05
tcp: use correct req pointer in tcp_move_syn() calls
Eric Dumazet
2
-2
/
+2
2015-11-05
packet: race condition in packet_bind
Francesco Ruggeri
1
-31
/
+49
2015-11-05
ipv4: use sk_fullsock() in ipv4_conntrack_defrag()
Eric Dumazet
1
-3
/
+2
2015-11-05
tcp: fix req->saved_syn race
Eric Dumazet
3
-11
/
+14
2015-11-05
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-9
/
+28
2015-11-04
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-30
/
+1
2015-11-04
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
Sabrina Dubroca
1
-0
/
+1
[next]