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-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-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-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
2013-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-1
/
+14
2013-11-20
net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...
Hannes Frederic Sowa
1
-1
/
+2
2013-11-20
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
30
-101
/
+55
2013-11-20
bridge: flush br's address entry in fdb when remove the
Ding Tianhong
1
-0
/
+2
2013-11-20
net: core: Always propagate flag changes to interfaces
Vlad Yasevich
1
-1
/
+1
2013-11-20
ipv4: fix race in concurrent ip_route_input_slow()
Alexei Starovoitov
1
-2
/
+6
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
52
-921
/
+694
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
13
-325
/
+298
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
11
-74
/
+105
2013-11-19
genetlink: add and use genl_set_err()
Johannes Berg
2
-7
/
+7
2013-11-19
genetlink: remove family pointer from genl_multicast_group
Johannes Berg
1
-20
/
+18
2013-11-19
genetlink: remove genl_unregister_mc_group()
Johannes Berg
1
-23
/
+0
2013-11-19
hsr: don't call genl_unregister_mc_group()
Johannes Berg
1
-2
/
+0
2013-11-19
quota/genetlink: use proper genetlink multicast APIs
Johannes Berg
1
-2
/
+8
2013-11-19
drop_monitor/genetlink: use proper genetlink multicast APIs
Johannes Berg
2
-4
/
+22
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
16
-39
/
+31
2013-11-19
tcp: don't update snd_nxt, when a socket is switched from repair mode
Andrey Vagin
1
-1
/
+0
2013-11-19
xfrm: Release dst if this dst is improper for vti tunnel
fan.du
1
-0
/
+1
2013-11-19
netlink: fix documentation typo in netlink_set_err()
Johannes Berg
1
-1
/
+1
2013-11-19
netfilter: ebt_ip6: fix source and destination matching
Luís Fernando Cornachioni Estrozi
1
-3
/
+5
2013-11-18
ping: prevent NULL pointer dereference on write to msg_name
Hannes Frederic Sowa
1
-15
/
+19
2013-11-18
ipv6: Fix inet6_init() cleanup order
Vlad Yasevich
1
-2
/
+2
2013-11-18
genetlink: rename shadowed variable
Johannes Berg
1
-5
/
+5
2013-11-18
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
8
-38
/
+17
2013-11-18
net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n
Fabio Estevam
1
-1
/
+1
2013-11-18
netfilter: nf_conntrack: decrement global counter after object release
Pablo Neira Ayuso
1
-1
/
+2
2013-11-18
netfilter: nft_compat: fix error path in nft_parse_compat()
Pablo Neira Ayuso
1
-6
/
+13
2013-11-18
netfilter: fix wrong byte order in nf_ct_seqadj_set internal information
Phil Oester
1
-2
/
+2
[next]