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
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
19
-1095
/
+645
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
12
-104
/
+94
2018-07-16
netfilter: conntrack: avoid l4proto pkt_to_tuple calls
Florian Westphal
5
-78
/
+15
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
8
-64
/
+8
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
7
-134
/
+94
2018-07-16
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
Florian Westphal
8
-52
/
+18
2018-07-16
netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers
Florian Westphal
5
-58
/
+33
2018-07-16
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
Florian Westphal
11
-149
/
+79
2018-07-16
netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6
Máté Eckl
1
-2
/
+2
2018-07-16
openvswitch: use nf_ct_get_tuplepr, invert_tuplepr
Florian Westphal
3
-23
/
+4
2018-07-16
netfilter: utils: move nf_ip6_checksum* from ipv6 to utils
Florian Westphal
3
-78
/
+65
2018-07-16
netfilter: utils: move nf_ip_checksum* from ipv4 to utils
Florian Westphal
3
-64
/
+55
2018-07-16
netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h
Máté Eckl
2
-9
/
+8
2018-07-16
netfilter: flowtables: use fixed renew timeout on teardown
Florian Westphal
1
-8
/
+5
2018-07-16
netfilter: nft_reject_bridge: remove unnecessary ttl set
Taehee Yoo
1
-2
/
+1
2018-07-16
Merge branch 'TLS-offload-rx-netdev-and-mlx5'
David S. Miller
25
-191
/
+846
2018-07-16
net/mlx5e: IPsec, fix byte count in CQE
Boris Pismenny
3
-2
/
+3
2018-07-16
net/mlx5: Accel, add common metadata functions
Boris Pismenny
3
-29
/
+45
2018-07-16
net/mlx5e: TLS, build TLS netdev from capabilities
Boris Pismenny
1
-2
/
+16
2018-07-16
net/mlx5e: TLS, add software statistics
Boris Pismenny
3
-1
/
+17
2018-07-16
net/mlx5e: TLS, add Innova TLS rx data path
Boris Pismenny
3
-3
/
+118
2018-07-16
net/mlx5e: TLS, add innova rx support
Boris Pismenny
2
-15
/
+46
2018-07-16
net/mlx5: Accel, add TLS rx offload routines
Boris Pismenny
5
-46
/
+135
2018-07-16
net/mlx5e: TLS, refactor variable names
Boris Pismenny
3
-8
/
+8
2018-07-16
tls: Fix zerocopy_from_iter iov handling
Boris Pismenny
1
-3
/
+5
2018-07-16
tls: Add rx inline crypto offload
Boris Pismenny
5
-43
/
+355
2018-07-16
tls: Fill software context without allocation
Boris Pismenny
1
-12
/
+22
2018-07-16
tls: Split tls_sw_release_resources_rx
Boris Pismenny
2
-1
/
+10
2018-07-16
tls: Split decrypt_skb to two functions
Boris Pismenny
2
-18
/
+28
2018-07-16
tls: Refactor tls_offload variable names
Boris Pismenny
4
-28
/
+27
2018-07-16
tcp: Don't coalesce decrypted and encrypted SKBs
Boris Pismenny
2
-0
/
+15
2018-07-16
net: Add TLS rx resync NDO
Boris Pismenny
1
-0
/
+2
2018-07-16
net: Add TLS RX offload feature
Ilya Lesokhin
2
-0
/
+3
2018-07-16
net: Add decrypted field to skb
Boris Pismenny
2
-1
/
+12
2018-07-16
Merge branch 'mvpp2-add-debugfs-interface'
David S. Miller
8
-36
/
+830
2018-07-16
net: mvpp2: debugfs: add classifier hit counters
Maxime Chevallier
4
-0
/
+84
2018-07-16
net: mvpp2: debugfs: add entries for classifier flows
Maxime Chevallier
4
-5
/
+329
2018-07-16
net: mvpp2: debugfs: add hit counter stats for Header Parser entries
Maxime Chevallier
4
-0
/
+40
2018-07-16
net: mvpp2: add a debugfs interface for the Header Parser
Maxime Chevallier
6
-7
/
+371
2018-07-16
net: mvpp2: switch to SPDX identifiers
Antoine Tenart
6
-24
/
+6
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
67
-929
/
+3119
2018-07-15
Merge branch 'bpf-tcp-listen-cb'
Daniel Borkmann
9
-69
/
+88
2018-07-15
selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CB
Andrey Ignatov
3
-6
/
+16
2018-07-15
selftests/bpf: Better verification in test_tcpbpf
Andrey Ignatov
1
-25
/
+39
2018-07-15
selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers
Andrey Ignatov
2
-34
/
+22
2018-07-15
selftests/bpf: Fix const'ness in cgroup_helpers
Andrey Ignatov
2
-6
/
+6
2018-07-15
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-0
/
+3
2018-07-15
bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB
Andrey Ignatov
2
-0
/
+4
2018-07-14
Merge branch 'mlxsw-VRRP'
David S. Miller
5
-4
/
+292
2018-07-14
mlxsw: spectrum_router: Optimize processing of VRRP MACs
Ido Schimmel
2
-0
/
+66
[next]