index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-16
net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
Vlad Yasevich
1
-42
/
+168
2013-04-15
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
2
-4
/
+4
2013-04-15
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
2
-13
/
+5
2013-04-14
net: tcp_memcontrol: minor: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
6
-22
/
+14
2013-04-14
tcp: tcp_tso_segment() small optimization
Eric Dumazet
1
-2
/
+5
2013-04-13
tcp: GSO should be TSQ friendly
Eric Dumazet
2
-1
/
+13
2013-04-12
act_csum: fix possible use after free
Eric Dumazet
1
-14
/
+25
2013-04-12
Revert "netprio_cgroup: make local table static"
David S. Miller
1
-1
/
+1
2013-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-6
/
+28
2013-04-11
netprio_cgroup: make local table static
stephen hemminger
1
-1
/
+1
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
39
-1192
/
+1592
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-24
/
+44
2013-04-09
netprio_cgroup: remove task_struct parameter from sock_update_netprio()
Zefan Li
2
-4
/
+4
2013-04-09
cls_cgroup: remove task_struct parameter from sock_update_classid()
Zefan Li
2
-4
/
+4
2013-04-09
tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()
Zefan Li
1
-2
/
+0
2013-04-09
net: ipv6: only invalidate previously tokenized addresses
Daniel Borkmann
1
-2
/
+5
2013-04-09
net: ipv6: also allow token to be set when device not ready
Daniel Borkmann
1
-6
/
+16
2013-04-09
net: ipv6: minor: use in6addr_any in token init
Daniel Borkmann
1
-1
/
+1
2013-04-09
net: ipv6: add tokenized interface identifier support
Daniel Borkmann
1
-3
/
+84
2013-04-08
mac802154: Keep track of the channel when changed
Alan Ott
2
-1
/
+14
2013-04-08
TTY: ircomm, use GFP_KERNEL in ircomm_open()
Mathias Krause
1
-1
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_connect_response()
Mathias Krause
1
-2
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_create()
Mathias Krause
1
-1
/
+1
2013-04-08
ip_gre: fix a possible crash in parse_gre_header()
Eric Dumazet
1
-3
/
+5
2013-04-08
ieee802154/nl-mac.c: make some MLME operations optional
Werner Almesberger
1
-5
/
+20
2013-04-08
scm: Stop passing struct cred
Eric W. Biederman
2
-24
/
+8
2013-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-36
/
+90
2013-04-08
decnet: remove duplicated include from dn_table.c
Wei Yongjun
1
-1
/
+0
2013-04-08
net_cls: remove duplicated include from cls_api.c
Wei Yongjun
1
-1
/
+0
2013-04-08
6lowpan: handle dev_queue_xmit() error code properly
Alan Ott
1
-2
/
+2
2013-04-08
mac802154: Increase tx_buffer_len
Alan Ott
1
-1
/
+1
2013-04-08
mac802154: Use netif flow control
Alan Ott
1
-0
/
+14
2013-04-08
mac802154: Do not try to resend failed packets
Alan Ott
2
-12
/
+2
2013-04-08
sctp: fix error return code in __sctp_connect()
Wei Yongjun
1
-2
/
+3
2013-04-08
802: fix a possible race condition
Cong Wang
1
-0
/
+4
2013-04-08
VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()
Mathias Krause
1
-0
/
+2
2013-04-08
VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()
Mathias Krause
1
-1
/
+2
2013-04-08
tipc: fix info leaks via msg_name in recv_msg/recv_stream
Mathias Krause
1
-0
/
+7
2013-04-08
rose: fix info leak via msg_name in rose_recvmsg()
Mathias Krause
1
-0
/
+1
2013-04-08
NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()
Mathias Krause
1
-0
/
+3
2013-04-08
netrom: fix info leak via msg_name in nr_recvmsg()
Mathias Krause
1
-0
/
+1
2013-04-08
llc: Fix missing msg_namelen update in llc_ui_recvmsg()
Mathias Krause
1
-0
/
+2
2013-04-08
l2tp: fix info leak in l2tp_ip6_recvmsg()
Mathias Krause
1
-0
/
+1
2013-04-08
iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()
Mathias Krause
1
-0
/
+2
2013-04-08
irda: Fix missing msg_namelen update in irda_recvmsg_dgram()
Mathias Krause
1
-0
/
+2
2013-04-08
caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()
Mathias Krause
1
-0
/
+2
2013-04-08
Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()
Mathias Krause
1
-0
/
+1
2013-04-08
Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()
Mathias Krause
1
-0
/
+1
2013-04-08
Bluetooth: fix possible info leak in bt_sock_recvmsg()
Mathias Krause
1
-2
/
+2
[next]