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
2013-11-30
netem: fix loss 4 state model
stephen hemminger
1
-2
/
+2
2013-11-30
netem: missing break in ge loss generator
stephen hemminger
1
-0
/
+1
2013-11-30
net/hsr: Support iproute print_opt ('ip -details ...')
Arvid Brodin
1
-0
/
+28
2013-11-30
net/hsr: Very small fix of comment style.
Arvid Brodin
1
-1
/
+2
2013-11-30
ipv6: fix possible seqlock deadlock in ip6_finish_output2
Hannes Frederic Sowa
1
-2
/
+2
2013-11-29
inet: fix possible seqlock deadlocks
Eric Dumazet
3
-3
/
+3
2013-11-29
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
1
-0
/
+3
2013-11-29
net: clamp ->msg_namelen instead of returning an error
Dan Carpenter
2
-2
/
+2
2013-11-29
af_packet: block BH in prb_shutdown_retire_blk_timer()
Veaceslav Falico
1
-2
/
+2
2013-11-28
net: remove outdated comment for ipv4 and ipv6 protocol handler
Baker Zhang
2
-12
/
+0
2013-11-28
sit: use kfree_skb to replace dev_kfree_skb
Gao feng
1
-3
/
+3
2013-11-28
sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements
Xufeng Zhang
2
-1
/
+5
2013-11-28
genetlink/pmcraid: use proper genetlink multicast API
Johannes Berg
1
-2
/
+9
2013-11-28
genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()
Geert Uytterhoeven
1
-1
/
+1
2013-11-26
SUNRPC: do not fail gss proc NULL calls with EACCES
Andy Adamson
1
-1
/
+1
2013-11-25
netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()
Dave Jones
1
-1
/
+1
2013-11-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
14
-59
/
+89
2013-11-25
mac80211: set hw initial idle state
Karl Beldan
1
-0
/
+2
2013-11-25
mac80211: use capped prob when computing throughputs
Karl Beldan
1
-1
/
+1
2013-11-25
cfg80211: ignore supported rates for nonexistant bands on scan
Felix Fietkau
1
-0
/
+4
2013-11-25
mac80211: fix connection polling
Eliad Peller
1
-0
/
+2
2013-11-25
mac80211: fix the mesh channel switch support
Chun-Yeow Yeoh
5
-14
/
+24
2013-11-25
mac80211: don't attempt to reorder multicast frames
Johannes Berg
1
-1
/
+2
2013-11-25
cfg80211: disable 5/10 MHz support for all drivers
Johannes Berg
1
-0
/
+3
2013-11-25
mac80211: minstrel_ht: fix rates selection
Karl Beldan
1
-2
/
+3
2013-11-25
mac80211: fix for mesh beacon update on powersave
Javier Lopez
1
-1
/
+1
2013-11-25
mac80211: fix crash when using AP VLAN interfaces
Felix Fietkau
1
-1
/
+0
2013-11-25
nl80211: check nla_nest_start() return value
Johannes Berg
1
-0
/
+2
2013-11-25
nl80211: fix error path in nl80211_get_key()
Johannes Berg
1
-1
/
+1
2013-11-25
nl80211: check nla_put_* return values
Johannes Berg
1
-22
/
+30
2013-11-25
mac80211: fix scheduled scan rtnl deadlock
Johannes Berg
2
-1
/
+2
2013-11-25
mac80211: DFS setup chandef for radar_event correctly
Janusz Dziedzic
1
-4
/
+2
2013-11-25
cfg80211: fix ibss wext chandef creation
Simon Wunderlich
1
-9
/
+9
2013-11-25
Revert "mac80211: allow disable power save in mesh"
Bob Copeland
1
-2
/
+1
2013-11-23
sch_tbf: handle too small burst
Eric Dumazet
1
-7
/
+25
2013-11-23
ipv6: fix leaking uninitialized port number of offender sockaddr
Hannes Frederic Sowa
1
-0
/
+1
2013-11-23
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
9
-13
/
+19
2013-11-23
sit: generate icmpv6 error when receiving icmpv4 error
Oussama Ghorbel
1
-6
/
+38
2013-11-23
tcp_memcg: remove useless var old_lim
Gao feng
1
-2
/
+0
2013-11-23
gro: Clean up tcpX_gro_receive checksum verification
Herbert Xu
2
-33
/
+20
2013-11-23
gro: Only verify TCP checksums for candidates
Herbert Xu
2
-0
/
+10
2013-11-23
net: sctp: find the correct highest_new_tsn in sack
Chang Xiangzhong
1
-1
/
+2
2013-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-173
/
+198
2013-11-21
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Yuanhan Liu
1
-2
/
+2
2013-11-21
gso: handle new frag_list of frags GRO packets
Herbert Xu
1
-25
/
+50
2013-11-21
genetlink: fix genlmsg_multicast() bug
Johannes Berg
1
-2
/
+2
2013-11-21
packet: fix use after free race in send path when dev is released
Daniel Borkmann
2
-23
/
+37
2013-11-21
wimax: remove dead code
Michael Opdenacker
1
-1
/
+0
2013-11-21
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
4
-1
/
+14
2013-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-16
/
+29
[prev]
[next]