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.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-11-20
genetlink: make multicast groups const, prevent abuse
Johannes Berg
13
-325
/
+298
2013-11-20
genetlink: pass family to functions using groups
Johannes Berg
11
-74
/
+105
2013-11-20
genetlink: add and use genl_set_err()
Johannes Berg
2
-7
/
+7
2013-11-20
genetlink: remove family pointer from genl_multicast_group
Johannes Berg
1
-20
/
+18
2013-11-20
genetlink: remove genl_unregister_mc_group()
Johannes Berg
1
-23
/
+0
2013-11-20
hsr: don't call genl_unregister_mc_group()
Johannes Berg
1
-2
/
+0
2013-11-20
quota/genetlink: use proper genetlink multicast APIs
Johannes Berg
1
-2
/
+8
2013-11-20
drop_monitor/genetlink: use proper genetlink multicast APIs
Johannes Berg
2
-4
/
+22
2013-11-20
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
16
-39
/
+31
2013-11-20
tcp: don't update snd_nxt, when a socket is switched from repair mode
Andrey Vagin
1
-1
/
+0
2013-11-20
xfrm: Release dst if this dst is improper for vti tunnel
fan.du
1
-0
/
+1
2013-11-20
netlink: fix documentation typo in netlink_set_err()
Johannes Berg
1
-1
/
+1
2013-11-19
ping: prevent NULL pointer dereference on write to msg_name
Hannes Frederic Sowa
1
-15
/
+19
2013-11-19
ipv6: Fix inet6_init() cleanup order
Vlad Yasevich
1
-2
/
+2
2013-11-19
genetlink: rename shadowed variable
Johannes Berg
1
-5
/
+5
2013-11-19
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-16
pkt_sched: fq: fix pacing for small frames
Eric Dumazet
1
-4
/
+18
2013-11-16
pkt_sched: fq: warn users using defrate
Eric Dumazet
1
-6
/
+4
2013-11-16
genetlink: unify registration functions
Johannes Berg
1
-37
/
+16
2013-11-16
macvlan: disable LRO on lower device instead of macvlan
Michal Kubeček
1
-0
/
+5
2013-11-15
6lowpan: Uncompression of traffic class field was incorrect
Jukka Rissanen
1
-2
/
+2
2013-11-15
tipc: fix dereference before check warning
Erik Hugne
1
-1
/
+2
2013-11-15
ipv4: fix possible seqlock deadlock
Eric Dumazet
1
-1
/
+1
2013-11-15
net/hsr: Fix possible leak in 'hsr_get_node_status()'
Geyslan G. Bem
1
-1
/
+1
2013-11-15
pkt_sched: fq: change classification of control packets
Maciej Żenczykowski
1
-7
/
+1
2013-11-15
genetlink: make all genl_ops users const
Johannes Berg
14
-18
/
+18
2013-11-15
genetlink: allow making ops const
Johannes Berg
2
-19
/
+25
2013-11-15
genetlink: register family ops as array
Johannes Berg
1
-45
/
+33
2013-11-15
genetlink: remove genl_register_ops/genl_unregister_ops
Johannes Berg
1
-56
/
+1
2013-11-15
wimax: use genl_register_family_with_ops()
Johannes Berg
6
-119
/
+47
2013-11-15
ieee802154: use genl_register_family_with_ops()
Johannes Berg
4
-94
/
+51
2013-11-15
hsr: use genl_register_family_with_ops()
Johannes Berg
1
-29
/
+17
2013-11-15
ip6tnl: fix use after free of fb_tnl_dev
Nicolas Dichtel
1
-5
/
+13
2013-11-15
sit/gre6: don't try to add the same route two times
Nicolas Dichtel
1
-3
/
+0
2013-11-15
sit: link local routes are missing
Nicolas Dichtel
1
-19
/
+5
2013-11-15
sit: fix prefix length of ll and v4mapped addresses
Nicolas Dichtel
1
-7
/
+4
2013-11-15
sit: fix use after free of fb_tunnel_dev
Willem de Bruijn
1
-4
/
+14
2013-11-15
net: sctp: bug-fixing: retran_path not set properly after transports recoveri...
Chang Xiangzhong
1
-2
/
+4
2013-11-15
net-tcp: fix panic in tcp_fastopen_cache_set()
Eric Dumazet
1
-1
/
+4
2013-11-15
tcp: tsq: restore minimal amount of queueing
Eric Dumazet
2
-7
/
+5
2013-11-15
bridge: Fix memory leak when deleting bridge with vlan filtering enabled
Toshiaki Makita
1
-0
/
+1
2013-11-15
bridge: Call vlan_vid_del for all vids at nbp_vlan_flush
Toshiaki Makita
1
-0
/
+4
2013-11-15
bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...
Toshiaki Makita
1
-14
/
+6
2013-11-14
core/dev: do not ignore dmac in dev_forward_skb()
Alexei Starovoitov
2
-7
/
+3
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
428
-13910
/
+35440
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-8
/
+8
2013-11-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+4
2013-11-11
ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh
Hannes Frederic Sowa
1
-0
/
+2
2013-11-11
vlan: Implement vlan_dev_get_egress_qos_mask as an inline.
David S. Miller
2
-105
/
+3
[next]