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
2012-03-17
netfilter: ctnetlink: fix race between delete and timeout expiration
Pablo Neira Ayuso
1
-11
/
+12
2012-03-17
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
RongQing.Li
1
-1
/
+0
2012-03-16
sch_sfq: revert dont put new flow at the end of flows
Eric Dumazet
1
-1
/
+5
2012-03-16
ipv6: fix icmp6_dst_alloc()
Eric Dumazet
1
-1
/
+1
2012-03-12
tcp: fix syncookie regression
Eric Dumazet
2
-17
/
+23
2012-03-08
route: Remove redirect_genid
Steffen Klassert
2
-10
/
+2
2012-03-08
inetpeer: Invalidate the inetpeer tree along with the routing cache
Steffen Klassert
2
-1
/
+80
2012-03-08
bridge: fix state reporting when port is disabled
Paulius Zaleckas
1
-2
/
+1
2012-03-08
bridge: br_log_state() s/entering/entered/
Paulius Zaleckas
1
-1
/
+1
2012-03-08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
2
-12
/
+35
2012-03-08
openvswitch: Fix checksum update for actions on UDP packets.
Jesse Gross
1
-12
/
+32
2012-03-07
openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.
Ben Pfaff
1
-0
/
+3
2012-03-07
IPv6: Fix not join all-router mcast group when forwarding set.
Li Wei
1
-0
/
+4
2012-03-06
netfilter: nf_conntrack: fix early_drop with reliable event delivery
Pablo Neira Ayuso
1
-2
/
+6
2012-03-06
bridge: netfilter: don't call iptables on vlan packets if sysctl is off
Florian Westphal
1
-14
/
+18
2012-03-06
netfilter: bridge: fix wrong pointer dereference
Pablo Neira Ayuso
1
-1
/
+1
2012-03-06
netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload
Pablo Neira Ayuso
1
-3
/
+0
2012-03-06
netfilter: ebtables: fix wrong name length while copying to user-space
Santosh Nayak
1
-3
/
+13
2012-03-06
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
Neal Cardwell
1
-0
/
+4
2012-03-06
bridge: check return value of ipv6_dev_get_saddr()
Ulrich Weber
1
-2
/
+5
2012-03-05
rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()
Eric Dumazet
1
-8
/
+10
2012-03-05
bridge: message age needs to increase, not decrease.
Joakim Tjernlund
1
-1
/
+1
2012-03-05
bridge: Adjust min age inc for HZ > 256
Joakim Tjernlund
1
-2
/
+2
2012-03-03
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
Neal Cardwell
1
-0
/
+1
2012-03-02
Merge branch 'master' of git://1984.lsi.us.es/net
David S. Miller
1
-8
/
+2
2012-02-29
tcp: fix false reordering signal in tcp_shifted_skb
Neal Cardwell
1
-8
/
+10
2012-02-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-1
/
+4
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
28
-128
/
+220
2012-02-25
netfilter: bridge: fix module autoload in compat case
Florian Westphal
1
-8
/
+2
2012-02-25
Merge branch 'master' of git://1984.lsi.us.es/net
David S. Miller
2
-11
/
+38
2012-02-25
gre: fix spelling in comments
stephen hemminger
1
-5
/
+5
2012-02-24
netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)
Jozsef Kadlecsik
2
-34
/
+50
2012-02-24
Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"
Pablo Neira Ayuso
1
-16
/
+27
2012-02-24
ipsec: be careful of non existing mac headers
Eric Dumazet
4
-17
/
+6
2012-02-23
Merge branch 'nf' of git://1984.lsi.us.es/net
David S. Miller
3
-36
/
+49
2012-02-23
netfilter: ip6_route_output() never returns NULL.
RongQing.Li
1
-2
/
+3
2012-02-23
ipv6: ip6_route_output() never returns NULL.
RongQing.Li
2
-3
/
+6
2012-02-22
atm: clip: remove clip_tbl
Eric Dumazet
1
-4
/
+6
2012-02-22
ipv4: ping: Fix recvmsg MSG_OOB error handling.
David S. Miller
1
-0
/
+1
2012-02-22
rtnetlink: Fix problem with buffer allocation
Greg Rose
1
-21
/
+57
2012-02-22
neighbour: Fixed race condition at tbl->nht
Michel Machado
1
-0
/
+2
2012-02-21
mac80211: Fix a warning on changing to monitor mode from STA
Mohammed Shafi Shajakhan
1
-0
/
+3
2012-02-21
mac80211: zero initialize count field in ieee80211_tx_rate
Mohammed Shafi Shajakhan
1
-1
/
+1
2012-02-21
netfilter: ctnetlink: fix soft lockup when netlink adds new entries
Jozsef Kadlecsik
1
-27
/
+16
2012-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+3
2012-02-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-29
/
+49
2012-02-20
netem: fix dequeue
Eric Dumazet
1
-4
/
+2
2012-02-15
mac80211: do not call rate control .tx_status before .rate_init
Felix Fietkau
1
-1
/
+1
2012-02-15
mac80211: call rate control only after init
Johannes Berg
4
-3
/
+6
2012-02-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+2
[next]