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-12-18
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
31
-216
/
+970
2013-12-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-1
/
+3
2013-12-18
net: unix: allow bind to fail on mutex lock
Sasha Levin
1
-2
/
+6
2013-12-17
udp: ipv4: do not use sk_dst_lock from softirq context
Eric Dumazet
1
-9
/
+4
2013-12-17
net: ovs: use CRC32 accelerated flow hash if available
Francesco Fusco
1
-2
/
+2
2013-12-17
sctp: loading sctp when load sctp_probe
wangweidong
1
-1
/
+16
2013-12-16
tipc: change lock_sock order in connect()
wangweidong
1
-4
/
+2
2013-12-16
tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>
wangweidong
1
-1
/
+1
2013-12-16
tipc: kill unnecessary goto's
wangweidong
1
-8
/
+6
2013-12-16
tipc: remove unnecessary variables and conditions
wangweidong
3
-17
/
+8
2013-12-16
xfrm: export verify_userspi_info for pkfey and netlink interface
Fan Du
3
-24
/
+31
2013-12-16
xfrm: check user specified spi for IPComp
Fan Du
1
-1
/
+3
2013-12-16
net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()
Jerry Chu
1
-8
/
+4
2013-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
59
-291
/
+472
2013-12-14
ipv6: fix compiler warning in ipv6_exthdrs_len
Hannes Frederic Sowa
1
-4
/
+5
2013-12-14
bonding: create bond_first_slave_rcu()
dingtianhong
1
-0
/
+21
2013-12-14
pkt_sched: set root qdisc before change() in attach_default_qdiscs()
Eric Dumazet
2
-2
/
+5
2013-12-14
packet: fix using smp_processor_id() in preemptible code
Li Zhong
1
-1
/
+1
2013-12-14
netconf: add proxy-arp support
stephen hemminger
1
-12
/
+29
2013-12-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
31
-216
/
+970
2013-12-13
ipv6: fix incorrect type in declaration
Florent Fourcot
1
-1
/
+2
2013-12-12
net-gro: Prepare GRO stack for the upcoming tunneling support
Jerry Chu
5
-74
/
+96
2013-12-12
netfilter: nft_reject: fix endianness in dump function
Eric Leblond
1
-1
/
+1
2013-12-12
sch_tbf: use do_div() for 64-bit divide
Yang Yingliang
1
-2
/
+4
2013-12-12
udp: ipv4: must add synchronization in udp_sk_rx_dst_set()
Eric Dumazet
1
-6
/
+16
2013-12-12
udp: ipv4: fix potential use after free in udp_v4_early_demux()
Eric Dumazet
1
-3
/
+6
2013-12-12
ipv6: router reachability probing
Jiri Benc
2
-6
/
+25
2013-12-12
sctp: remove redundant null check on asoc
wangweidong
1
-4
/
+2
2013-12-12
sch_htb: remove unnecessary NULL pointer judgment
Yang Yingliang
1
-11
/
+5
2013-12-12
net: sched: htb: fix the calculation of quantum
Yang Yingliang
1
-8
/
+12
2013-12-12
net: sched: tbf: fix the calculation of max_size
Yang Yingliang
1
-45
/
+70
2013-12-11
ipv4: fix wildcard search with inet_confirm_addr()
Nicolas Dichtel
2
-6
/
+7
2013-12-11
net_sched: expand control flow of macro SKIP_NONLOCAL
Yang Yingliang
1
-35
/
+122
2013-12-11
nfc: Fix FSF address in file headers
Jeff Kirsher
22
-61
/
+22
2013-12-11
rfkill: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+1
2013-12-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
6
-73
/
+877
2013-12-11
netfilter: SYNPROXY target: restrict to INPUT/FORWARD
Patrick McHardy
2
-0
/
+2
2013-12-11
tipc: remove unused 'blocked' flag from tipc_link struct
Ying Xue
2
-11
/
+7
2013-12-11
tipc: eliminate code duplication in media layer
Ying Xue
4
-231
/
+149
2013-12-11
tipc: relocate common functions from media to bearer
Ying Xue
5
-401
/
+114
2013-12-11
tipc: remove TIPC usage of field af_packet_priv in struct net_device
Ying Xue
3
-46
/
+65
2013-12-11
tipc: improve naming and comment consistency in media layer
Jon Paul Maloy
2
-19
/
+19
2013-12-11
tipc: initiate media type array at compile time
Jon Paul Maloy
4
-62
/
+23
2013-12-11
tipc: eliminate redundant code with kfree_skb_list routine
Ying Xue
2
-55
/
+9
2013-12-11
udp: ipv4: fix an use after free in __udp4_lib_rcv()
Eric Dumazet
1
-10
/
+6
2013-12-11
sctp: fix up a spacing
wangweidong
1
-5
/
+2
2013-12-11
sctp: add check rto_min and rto_max in sysctl
wangweidong
1
-4
/
+65
2013-12-11
sctp: check the rto_min and rto_max in setsockopt
wangweidong
1
-10
/
+22
2013-12-11
ipv6: do not erase dst address with flow label destination
Florent Fourcot
6
-6
/
+0
2013-12-11
net_sched: sfq: put sfq_unlink in a do - while loop
Yang Yingliang
1
-4
/
+6
[prev]
[next]