index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
openvswitch: Remove pkt_key from OVS_CB
Pravin B Shelar
2014-09-15
3
-17
/
+16
*
net: dsa: fix mii_bus to host_dev replacement
Florian Fainelli
2014-09-15
1
-1
/
+1
*
net_sched: use tcindex_filter_result_init()
WANG Cong
2014-09-15
1
-4
/
+1
*
net_sched: fix suspicious RCU usage in tcindex_classify()
WANG Cong
2014-09-15
1
-1
/
+1
*
net_sched: fix an allocation bug in tcindex_set_parms()
WANG Cong
2014-09-15
1
-1
/
+1
*
net_sched: fix suspicious RCU usage in cls_bpf_classify()
WANG Cong
2014-09-15
1
-1
/
+1
*
dsa: Replace mii_bus with a generic host device
Alexander Duyck
2014-09-15
2
-17
/
+9
*
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
2014-09-15
7
-31
/
+53
*
tcp: do not copy headers in tcp_collapse()
Eric Dumazet
2014-09-15
1
-15
/
+2
*
tcp: allow segment with FIN in tcp_try_coalesce()
Eric Dumazet
2014-09-15
2
-4
/
+3
*
tcp: use TCP_SKB_CB(skb)->tcp_flags in input path
Eric Dumazet
2014-09-15
4
-13
/
+17
*
net: bpf: correctly handle errors in sk_attach_filter()
Sasha Levin
2014-09-13
1
-2
/
+2
*
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
2014-09-13
1
-29
/
+2
*
net: dsa: change tag_protocol to an enum
Florian Fainelli
2014-09-13
2
-5
/
+4
*
ipv6: exit early in addrconf_notify() if IPv6 is disabled
WANG Cong
2014-09-13
1
-0
/
+3
*
ipv6: refactor ipv6_dev_mc_inc()
WANG Cong
2014-09-13
1
-33
/
+49
*
ipv6: update the comment in mcast.c
WANG Cong
2014-09-13
1
-7
/
+5
*
ipv6: drop some rcu_read_lock in mcast
WANG Cong
2014-09-13
1
-13
/
+4
*
ipv6: drop ipv6_sk_mc_lock in mcast
WANG Cong
2014-09-13
1
-16
/
+2
*
ipv6: refactor __ipv6_dev_ac_inc()
WANG Cong
2014-09-13
1
-23
/
+39
*
ipv6: clean up ipv6_dev_ac_inc()
WANG Cong
2014-09-13
2
-10
/
+5
*
ipv6: remove ipv6_sk_ac_lock
WANG Cong
2014-09-13
1
-14
/
+3
*
ipv6: drop useless rcu_read_lock() in anycast
WANG Cong
2014-09-13
2
-18
/
+14
*
net: sched: rcu'ify cls_bpf
John Fastabend
2014-09-13
1
-47
/
+47
*
net: sched: rcu'ify cls_rsvp
John Fastabend
2014-09-13
1
-70
/
+90
*
net: sched: make cls_u32 lockless
John Fastabend
2014-09-13
1
-73
/
+110
*
net: sched: make cls_u32 per cpu
John Fastabend
2014-09-13
1
-16
/
+59
*
net: sched: RCU cls_tcindex
John Fastabend
2014-09-13
1
-94
/
+154
*
net: sched: RCU cls_route
John Fastabend
2014-09-13
1
-94
/
+132
*
net: sched: fw use RCU
John Fastabend
2014-09-13
1
-34
/
+77
*
net: sched: cls_flow use RCU
John Fastabend
2014-09-13
1
-61
/
+84
*
net: sched: cls_cgroup use RCU
John Fastabend
2014-09-13
1
-24
/
+39
*
net: sched: cls_basic use RCU
John Fastabend
2014-09-13
1
-35
/
+45
*
net: rcu-ify tcf_proto
John Fastabend
2014-09-13
16
-84
/
+116
*
net: qdisc: use rcu prefix and silence sparse warnings
John Fastabend
2014-09-13
4
-11
/
+63
*
udp: Fix inverted NAPI_GRO_CB(skb)->flush test
Scott Wood
2014-09-12
2
-2
/
+2
*
mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path
Alexander Duyck
2014-09-12
2
-11
/
+9
*
skb: Add documentation for skb_clone_sk
Alexander Duyck
2014-09-12
1
-0
/
+13
*
tipc: fix sparse warnings
Erik Hugne
2014-09-10
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-09-10
36
-1069
/
+1608
|
\
|
*
netfilter: nf_tables: add new nft_masq expression
Arturo Borrero
2014-09-09
9
-0
/
+261
|
*
netfilter: nf_nat: generalize IPv6 masquerading support for nf_tables
Arturo Borrero
2014-09-09
4
-71
/
+133
|
*
netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
Arturo Borrero
2014-09-09
4
-99
/
+170
|
*
netfilter: ebtables: create audit records for replaces
Nicolas Dichtel
2014-09-09
1
-0
/
+15
|
*
netfilter: nft_nat: include a flag attribute
Arturo Borrero
2014-09-09
1
-0
/
+16
|
*
netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset
Arturo Borrero
2014-09-09
1
-4
/
+68
|
*
netfilter: nf_tables: add helpers to schedule objects deletion
Arturo Borrero
2014-09-09
1
-169
/
+194
|
*
netfilter: xt_string: Remove unnecessary initialization of struct ts_state
Bojan Prtvar
2014-09-09
1
-1
/
+0
|
*
ipvs: reduce stack usage for sockopt data
Julian Anastasov
2014-09-09
1
-50
/
+61
|
*
netfilter: nf_tables: add devgroup support in meta expresion
Ana Rey
2014-09-09
1
-0
/
+12
[next]