index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-23
netfilter: nf_tables: dynamically allocate hooks per net_device in flowtables
Pablo Neira Ayuso
2
-103
/
+158
2019-10-23
netfilter: nf_flow_table: move priority to struct nf_flowtable
Pablo Neira Ayuso
3
-7
/
+6
2019-10-17
netfilter: nft_tproxy: Fix typo in IPv6 module description.
Norman Rasmussen
1
-1
/
+1
2019-10-17
netfilter: add and use nf_hook_slow_list()
Florian Westphal
2
-10
/
+51
2019-10-17
netfilter: conntrack: free extension area immediately
Florian Westphal
3
-23
/
+10
2019-10-17
netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracks
Florian Westphal
1
-26
/
+50
2019-10-17
Merge tag 'ipvs-next-for-v5.5' of https://git.kernel.org/pub/scm/linux/kernel...
Pablo Neira Ayuso
6
-36
/
+273
2019-10-17
netfilter: ecache: document extension area access rules
Florian Westphal
1
-2
/
+15
2019-10-11
selftests: netfilter: add ipvs tunnel test case
Haishuang Yan
1
-0
/
+30
2019-10-11
selftests: netfilter: add ipvs nat test case
Haishuang Yan
1
-1
/
+21
2019-10-11
selftests: netfilter: add ipvs test script
Haishuang Yan
2
-1
/
+179
2019-10-08
ipvs: batch __ip_vs_dev_cleanup
Haishuang Yan
1
-7
/
+12
2019-10-08
ipvs: batch __ip_vs_cleanup
Haishuang Yan
3
-16
/
+26
2019-10-08
ipvs: no need to update skb route entry for local destination packets.
zhang kai
1
-12
/
+6
2019-10-07
netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.
Jeremy Sowden
3
-31
/
+27
2019-10-07
netfilter: ipset: move function to ip_set_bitmap_ip.c.
Jeremy Sowden
2
-14
/
+12
2019-10-07
netfilter: ipset: make ip_set_put_flags extern.
Jeremy Sowden
2
-22
/
+25
2019-10-07
netfilter: ipset: move functions to ip_set_core.c.
Jeremy Sowden
2
-102
/
+102
2019-10-07
netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.
Jeremy Sowden
2
-62
/
+67
2019-10-07
netfilter: ipset: remove inline from static functions in .c files.
Jeremy Sowden
19
-138
/
+138
2019-10-07
netfilter: ipset: add a coding-style fix to ip_set_ext_destroy.
Jeremy Sowden
1
-3
/
+5
2019-10-05
Merge branch 'create-netdevsim-instances-in-namespace'
David S. Miller
7
-4
/
+97
2019-10-05
selftests: test creating netdevsim inside network namespace
Jiri Pirko
2
-1
/
+78
2019-10-05
netdevsim: create devlink and netdev instances in namespace
Jiri Pirko
3
-0
/
+5
2019-10-05
net: devlink: export devlink net setter
Jiri Pirko
2
-3
/
+14
2019-10-05
Merge branch 'net-tls-add-ctrl-path-tracing-and-statistics'
David S. Miller
13
-15
/
+425
2019-10-05
net/tls: add TlsDeviceRxResync statistic
Jakub Kicinski
4
-0
/
+6
2019-10-05
net/tls: add TlsDecryptError stat
Jakub Kicinski
4
-0
/
+10
2019-10-05
net/tls: add statistics for installed sessions
Jakub Kicinski
4
-4
/
+49
2019-10-05
net/tls: add skeleton of MIB statistics
Jakub Kicinski
8
-1
/
+110
2019-10-05
net/tls: add device decrypted trace point
Jakub Kicinski
2
-0
/
+38
2019-10-05
net/tls: add tracing for device/offload events
Jakub Kicinski
6
-11
/
+213
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
367
-2656
/
+4093
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
99
-281
/
+539
2019-10-05
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-53
/
+83
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2
-5
/
+13
2019-10-05
kbuild: update compile-test header list for v5.4-rc2
Masahiro Yamada
1
-10
/
+0
2019-10-05
kbuild: two minor updates for Documentation/kbuild/modules.rst
Masahiro Yamada
1
-2
/
+2
2019-10-05
scripts/setlocalversion: clear local variable to make it work for sh
Masahiro Yamada
1
-1
/
+1
2019-10-05
namespace: fix namespace.pl script to support relative paths
Jacob Keller
1
-6
/
+7
2019-10-05
video/logo: do not generate unneeded logo C files
Masahiro Yamada
1
-19
/
+2
2019-10-05
video/logo: remove unneeded *.o pattern from clean-files
Masahiro Yamada
1
-1
/
+1
2019-10-05
integrity: remove pointless subdir-$(CONFIG_...)
Masahiro Yamada
1
-2
/
+0
[next]