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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-04
netfilter: nf_tables: dump sets in all existing families
Pablo Neira Ayuso
1
-9
/
+78
2014-01-04
netfilter: nf_tables: remove unused variable in nf_tables_dump_set()
Michal Nazarewicz
1
-3
/
+2
2014-01-04
netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()
Daniel Borkmann
1
-3
/
+6
2014-01-01
netfilter: add help information to new nf_tables Kconfig options
Pablo Neira Ayuso
3
-0
/
+68
2013-12-30
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
5
-7
/
+30
2013-12-30
netfilter: REJECT: separate reusable code
Eric Leblond
4
-301
/
+317
2013-12-29
netfilter: select NFNETLINK when enabling NF_TABLES
Eric Leblond
1
-1
/
+1
2013-12-28
netfilter: nf_tables: remove nft_meta_target
Pablo Neira Ayuso
2
-118
/
+0
2013-12-28
netfilter: nf_tables: nft_meta module get/set ops
Arturo Borrero Gonzalez
2
-23
/
+125
2013-12-17
netfilter: nf_tables: Expose the table usage counter via netlink
Tomasz Bursztyka
2
-1
/
+4
2013-12-08
netfilter: nft: add queue module
Eric Leblond
4
-0
/
+164
2013-12-08
netfilter: xt_NFQUEUE: separate reusable code
Eric Leblond
2
-68
/
+74
2013-12-08
netfilter: nf_tables: fix issue with verdict support
Eric Leblond
1
-1
/
+4
2013-11-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
186
-4189
/
+15085
2013-11-05
virtio-net: coalesce rx frags when possible during rx
Jason Wang
1
-4
/
+11
2013-11-05
net: introduce skb_coalesce_rx_frag()
Jason Wang
2
-0
/
+15
2013-11-05
vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Duan Jiong
1
-1
/
+1
2013-11-05
net: codel: Avoid undefined behavior from signed overflow
Jesper Dangaard Brouer
1
-4
/
+15
2013-11-05
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
3
-45
/
+249
2013-11-05
tcp: properly handle stretch acks in slow start
Yuchung Cheng
16
-82
/
+59
2013-11-05
tcp: enable sockets to use MSG_FASTOPEN by default
Yuchung Cheng
2
-3
/
+3
2013-11-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
5
-11
/
+52
2013-11-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
25
-198
/
+305
2013-11-05
netfilter: nft_compat: use _safe version of list_for_each
Dan Carpenter
1
-4
/
+4
2013-11-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
13
-2291
/
+2511
2013-11-05
Merge branch 'mlx4'
David S. Miller
11
-120
/
+675
2013-11-05
net/mlx4_core: Implement resource quota enforcement
Jack Morgenstein
2
-13
/
+173
2013-11-05
net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper
Jack Morgenstein
1
-23
/
+65
2013-11-05
mlx4: Structures and init/teardown for VF resource quotas
Jack Morgenstein
7
-23
/
+222
2013-11-05
net/mlx4_core: Fix checking order in MR table init
Jack Morgenstein
1
-3
/
+3
2013-11-05
net/mlx4_core: Don't fail reg/unreg vlan for older guests
Jack Morgenstein
3
-1
/
+18
2013-11-05
net/mlx4_core: Resource tracker for reg/unreg vlans
Jack Morgenstein
1
-6
/
+121
2013-11-05
net/mlx4_en: Use vlan id instead of vlan index for unregistration
Jack Morgenstein
6
-21
/
+20
2013-11-05
net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec
Jack Morgenstein
3
-25
/
+49
2013-11-05
net/mlx4_core: Fix register/unreg vlan flow
Jack Morgenstein
1
-11
/
+10
2013-11-05
sh_eth: check platform data pointer
Sergei Shtylyov
1
-0
/
+6
2013-11-05
Merge branch 'usbnet'
David S. Miller
2
-17
/
+11
2013-11-05
net: cdc_mbim: fixup error return value
Bjørn Mork
1
-4
/
+2
2013-11-05
net: cdc_mbim: no need to check for resume if suspend exists
Bjørn Mork
1
-1
/
+1
2013-11-05
net: qmi_wwan: no need to check for resume if suspend exists
Bjørn Mork
1
-1
/
+1
2013-11-05
net: qmi_wwan: manage_power should always set needs_remote_wakeup
Bjørn Mork
1
-6
/
+4
2013-11-05
net: cdc_mbim: manage_power should always set needs_remote_wakeup
Bjørn Mork
1
-5
/
+3
2013-11-05
Merge branch 'qlcnic'
David S. Miller
12
-409
/
+569
2013-11-05
qlcnic: update version to 5.3.52
Himanshu Madhani
1
-2
/
+2
2013-11-05
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.
Himanshu Madhani
5
-17
/
+18
2013-11-05
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
Himanshu Madhani
12
-311
/
+404
2013-11-05
qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
Himanshu Madhani
4
-62
/
+94
2013-11-05
qlcnic: Register netdev in FAILED state for 83xx/84xx
Sucheta Chakraborty
6
-33
/
+67
2013-11-05
lib: crc32: reduce number of cases for crc32{, c}_combine
Daniel Borkmann
1
-2
/
+2
2013-11-05
lib: crc32: conditionally resched when running testcases
Daniel Borkmann
1
-0
/
+3
[next]