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
2014-01-11
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
41
-311
/
+429
2014-01-11
tcp: metrics: Allow selective get/del of tcp-metrics based on src IP
Christoph Paasch
1
-10
/
+38
2014-01-11
tcp: metrics: Delete all entries matching a certain destination
Christoph Paasch
1
-6
/
+11
2014-01-11
tcp: metrics: New netlink attribute for src IP and dumped in netlink reply
Christoph Paasch
1
-0
/
+6
2014-01-11
tcp: metrics: Add source-address to tcp-metrics
Christoph Paasch
1
-9
/
+25
2014-01-11
tcp: metrics: rename tcpm_addr to tcpm_daddr
Christoph Paasch
1
-36
/
+36
2014-01-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
36
-880
/
+2449
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
3
-0
/
+365
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
36
-880
/
+2449
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
18
-277
/
+547
2014-01-10
netfilter: nf_tables: fix error path in the init functions
Pablo Neira Ayuso
3
-3
/
+21
2014-01-10
netfilter: introduce l2tp match extension
James Chapman
3
-0
/
+365
2014-01-09
ip_tunnel: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-09
openvswitch: Use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-1
/
+1
2014-01-09
netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
Patrick McHardy
9
-10
/
+10
2014-01-09
netfilter: nf_tables: prohibit deletion of a table with existing sets
Patrick McHardy
1
-1
/
+1
2014-01-09
netfilter: nf_tables: take AF module reference when creating a table
Patrick McHardy
1
-1
/
+7
2014-01-09
netfilter: nf_tables: perform flags validation before table allocation
Patrick McHardy
1
-13
/
+9
2014-01-09
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
10
-28
/
+28
2014-01-09
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
10
-16
/
+16
2014-01-09
netfilter: nf_tables: replay request after dropping locks to load chain type
Patrick McHardy
1
-4
/
+8
2014-01-09
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
5
-0
/
+5
2014-01-09
netfilter: nf_tables: fix chain type module reference handling
Patrick McHardy
1
-21
/
+24
2014-01-09
netfilter: nf_tables: fix check for table overflow
Patrick McHardy
1
-3
/
+3
2014-01-09
netfilter: nf_tables: restore chain change atomicity
Patrick McHardy
1
-22
/
+21
2014-01-09
netfilter: nf_tables: split chain policy validation from actually setting it
Patrick McHardy
1
-36
/
+20
2014-01-09
netfilter: nft_meta: fix lack of validation of the input register
Pablo Neira Ayuso
1
-0
/
+3
2014-01-09
netfilter: nft_ct: Add support to set the connmark
Kristian Evensen
1
-30
/
+134
2014-01-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
7
-10
/
+18
2014-01-08
batman-adv: set the isolation mark in the skb if needed
Antonio Quartulli
3
-2
/
+44
2014-01-08
batman-adv: create helper function to get AP isolation status
Antonio Quartulli
3
-12
/
+28
2014-01-08
batman-adv: extend the ap_isolation mechanism
Antonio Quartulli
1
-0
/
+5
2014-01-08
batman-adv: print the new BATADV_TT_CLIENT_ISOLA flag
Antonio Quartulli
1
-4
/
+8
2014-01-08
batman-adv: mark a local client as isolated when needed
Antonio Quartulli
5
-5
/
+23
2014-01-08
batman-adv: add isolation_mark sysfs attribute
Antonio Quartulli
3
-0
/
+75
2014-01-08
batman-adv: send every DHCP packet as bat-unicast
Antonio Quartulli
7
-140
/
+153
2014-01-08
batman-adv: remove parenthesis from return statements
Antonio Quartulli
1
-1
/
+1
2014-01-08
batman-adv: rename gw_deselect() to gw_reselect()
Antonio Quartulli
4
-18
/
+29
2014-01-08
batman-adv: deselect current GW on client mode switch off
Antonio Quartulli
2
-0
/
+14
2014-01-08
batman-adv: remove FSF address from GPL disclaimer
Antonio Quartulli
41
-123
/
+41
2014-01-08
batman-adv: don't switch byte order too often if not needed
Antonio Quartulli
1
-3
/
+5
2014-01-08
batman-adv: properly rename define in distributed arp table header file
Antonio Quartulli
1
-3
/
+3
2014-01-08
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
13
-797
/
+1941
2014-01-08
net: xfrm: xfrm_policy: silence compiler warning
Ying Xue
1
-0
/
+2
2014-01-08
tipc: make link start event synchronous
Jon Paul Maloy
3
-13
/
+7
2014-01-08
tipc: introduce new spinlock to protect struct link_req
Ying Xue
1
-2
/
+9
2014-01-08
tipc: remove 'has_redundant_link' flag from STATE link protocol messages
Jon Paul Maloy
2
-11
/
+1
2014-01-08
tipc: rename functions related to link failover and improve comments
Jon Paul Maloy
5
-38
/
+56
2014-01-08
net: xfrm: xfrm_policy: fix inline not at beginning of declaration
Daniel Borkmann
1
-6
/
+6
2014-01-08
netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET
Patrick McHardy
1
-3
/
+36
[next]