index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
chan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
gso: handle new frag_list of frags GRO packets
Herbert Xu
1
-25
/
+50
2013-11-21
genetlink: fix genl_set_err() group ID
Johannes Berg
1
-0
/
+3
2013-11-21
genetlink: fix genlmsg_multicast() bug
Johannes Berg
2
-6
/
+3
2013-11-21
packet: fix use after free race in send path when dev is released
Daniel Borkmann
2
-23
/
+37
2013-11-21
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
1
-3
/
+3
2013-11-21
wimax: remove dead code
Michael Opdenacker
1
-1
/
+0
2013-11-21
net/phy: Add the autocross feature for forced links on VSC82x4
Madalin Bucur
3
-7
/
+73
2013-11-21
net/phy: Add VSC8662 support
Sandeep Singh
1
-0
/
+14
2013-11-21
net/phy: Add VSC8574 support
shaohui xie
1
-1
/
+16
2013-11-21
net/phy: Add VSC8234 support
Andy Fleming
1
-2
/
+17
2013-11-21
net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...
Hannes Frederic Sowa
1
-1
/
+2
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
35
-115
/
+67
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-20
r8152: fix incorrect type in assignment
hayeswang
1
-9
/
+9
2013-11-20
r8152: support stopping/waking tx queue
hayeswang
1
-0
/
+22
2013-11-20
r8152: modify the tx flow
hayeswang
1
-43
/
+3
2013-11-20
r8152: fix tx/rx memory overflow
hayeswang
1
-13
/
+17
2013-11-20
aacraid: prevent invalid pointer dereference
Mahesh Rajashekhara
1
-1
/
+2
2013-11-19
kernel/bounds: avoid circular dependencies in generated headers
Kirill A. Shutemov
1
-1
/
+1
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
19
-433
/
+377
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
18
-87
/
+133
2013-11-19
genetlink: add and use genl_set_err()
Johannes Berg
3
-7
/
+21
2013-11-19
genetlink: remove family pointer from genl_multicast_group
Johannes Berg
2
-22
/
+18
2013-11-19
genetlink: remove genl_unregister_mc_group()
Johannes Berg
2
-25
/
+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
3
-4
/
+24
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
22
-53
/
+47
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
atm: idt77252: fix dev refcnt leak
Ying Xue
1
-1
/
+1
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-19
seq_file: always clear m->count when we free m->buf
Al Viro
1
-1
/
+2
2013-11-19
sparc64: merge fix
Stephen Rothwell
1
-2
/
+0
2013-11-19
sparc64: fix build regession
Kirill A. Shutemov
1
-1
/
+0
2013-11-18
be2net: Delete secondary unicast MAC addresses during be_close
Ajit Khaparde
1
-0
/
+5
2013-11-18
be2net: Fix unconditional enabling of Rx interface options
Ajit Khaparde
3
-4
/
+16
2013-11-18
net, virtio_net: replace the magic value
Zhi Yong Wu
1
-2
/
+2
2013-11-18
ping: prevent NULL pointer dereference on write to msg_name
Hannes Frederic Sowa
1
-15
/
+19
2013-11-18
bnx2x: Prevent "timeout waiting for state X"
Dmitry Kravkov
3
-11
/
+4
2013-11-18
bnx2x: prevent CFC attention
Dmitry Kravkov
1
-1
/
+1
2013-11-18
bnx2x: Prevent panic during DMAE timeout
Dmitry Kravkov
2
-0
/
+19
2013-11-18
bnx2x: Clean the sp rtnl task upon unload
Dmitry Kravkov
1
-0
/
+4
2013-11-18
ipv6: Fix inet6_init() cleanup order
Vlad Yasevich
1
-2
/
+2
2013-11-18
watchdog: w83627hf: Use helper functions to access superio registers
Guenter Roeck
1
-56
/
+76
2013-11-18
watchdog: w83627hf: Enable watchdog device only if not already enabled
Guenter Roeck
1
-1
/
+3
2013-11-18
watchdog: w83627hf: Enable watchdog only once
Guenter Roeck
1
-18
/
+17
[next]