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.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-26
hhf: make qdisc ops static
stephen hemminger
1
-2
/
+1
2013-12-23
rose: cleanup checkpatch errors,spaces required
Weilong Chen
2
-2
/
+2
2013-12-23
sctp: remove the never used 'return' and redundant 'break'
wangweidong
1
-11
/
+2
2013-12-23
mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...
Weilong Chen
1
-2
/
+2
2013-12-23
sctp: remove casting from function calls through ops structure
wangweidong
2
-3
/
+3
2013-12-23
netconf: add support for IPv6 proxy_ndp
stephen hemminger
1
-1
/
+48
2013-12-23
netconf: rename PROXY_ARP to NEIGH_PROXY
stephen hemminger
1
-5
/
+5
2013-12-22
net: use kfree_skb_list() helper
Eric Dumazet
2
-19
/
+4
2013-12-22
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-4
/
+2
2013-12-22
ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one
Hannes Frederic Sowa
2
-4
/
+2
2013-12-22
Revert "sctp: fix missing include file"
David S. Miller
1
-1
/
+0
2013-12-21
can: gw: remove obsolete checks
Oliver Hartkopp
1
-4
/
+2
2013-12-21
sctp: fix missing include file
sfeldma@cumulusnetworks.com
1
-0
/
+1
2013-12-21
tcp: autocork should not hold first packet in write queue
Eric Dumazet
1
-4
/
+10
2013-12-21
net_sched: fix regression in tc_action_ops
Eric Dumazet
1
-40
/
+13
2013-12-21
net_sched: fix a regression in tcf_proto_lookup_ops()
Eric Dumazet
1
-12
/
+10
2013-12-21
net_sched: fix a regression in tc actions
WANG Cong
9
-11
/
+11
2013-12-20
bridge: change the position of '{' to the pre line
tanxiaojun
4
-18
/
+9
2013-12-20
bridge: change "foo* bar" to "foo *bar"
tanxiaojun
2
-10
/
+10
2013-12-20
bridge: add space before '(/{', after ',', etc.
tanxiaojun
7
-12
/
+12
2013-12-20
bridge: remove unnecessary parentheses
tanxiaojun
2
-3
/
+3
2013-12-20
bridge: remove unnecessary condition judgment
tanxiaojun
2
-4
/
+2
2013-12-20
rps: NUMA flow limit allocations
Eric Dumazet
1
-1
/
+2
2013-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
23
-223
/
+222
2013-12-20
sch_cbq: remove unnecessary null pointer check
Yang Yingliang
1
-2
/
+1
2013-12-20
act_police: remove unnecessary null pointer check
Yang Yingliang
1
-4
/
+2
2013-12-19
net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc
Terry Lam
3
-0
/
+756
2013-12-19
bridge: spelling fixes
tanxiaojun
3
-3
/
+3
2013-12-19
ipv6: support IPV6_PMTU_INTERFACE on sockets
Hannes Frederic Sowa
6
-5
/
+17
2013-12-19
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs
Hannes Frederic Sowa
1
-1
/
+3
2013-12-19
inet: make no_pmtu_disc per namespace and kill ipv4_config
Hannes Frederic Sowa
5
-14
/
+11
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-157
/
+311
2013-12-18
net_sched: convert tcf_proto_ops to use struct list_head
WANG Cong
1
-10
/
+8
2013-12-18
net_sched: convert tc_action_ops to use struct list_head
WANG Cong
1
-11
/
+9
2013-12-18
net_sched: convert tcf_hashinfo to hlist and use spinlock
WANG Cong
2
-66
/
+48
2013-12-18
net_sched: init struct tcf_hashinfo at register time
WANG Cong
10
-94
/
+80
2013-12-18
net_sched: cls: refactor out struct tcf_ext_map
WANG Cong
10
-101
/
+59
2013-12-18
net_sched: act: use standard struct list_head
WANG Cong
11
-89
/
+83
2013-12-18
net_sched: remove get_stats from tc_action_ops
WANG Cong
1
-4
/
+0
2013-12-18
packet: deliver VLAN TPID to userspace
Atzm Watanabe
1
-4
/
+10
2013-12-18
packet: fill the gap of TPACKET_ALIGNMENT with zeros
Atzm Watanabe
1
-1
/
+2
2013-12-18
packet: make aligned size of struct tpacket{2,3}_hdr clear
Atzm Watanabe
1
-0
/
+7
2013-12-18
net: Add utility function to copy skb hash
Tom Herbert
1
-2
/
+1
2013-12-18
net: Add utility functions to clear rxhash
Tom Herbert
3
-9
/
+8
2013-12-18
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
6
-10
/
+10
2013-12-18
net/hsr: using kfree_rcu() to simplify the code
Wei Yongjun
1
-9
/
+4
2013-12-18
neigh: Netlink notification for administrative NUD state change
Bob Gilligan
1
-0
/
+1
2013-12-18
pkt_sched: fq: more robust memory allocation
Eric Dumazet
1
-6
/
+28
2013-12-18
tcp: refine TSO splits
Eric Dumazet
1
-39
/
+54
2013-12-18
net: remove dead code for add/del multiple
stephen hemminger
1
-96
/
+1
[next]