index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/tls: export TLS per skb encryption
Dirk van der Merwe
2019-06-06
1
-0
/
+6
*
ipv6: fix spelling mistake: "wtih" -> "with"
Colin Ian King
2019-06-06
1
-1
/
+1
*
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
Eric Dumazet
2019-06-06
1
-0
/
+2
*
ipv6: tcp: enable flowlabel reflection in some RST packets
Eric Dumazet
2019-06-06
3
-4
/
+14
*
inet_connection_sock: remove unused parameter of reqsk_queue_unlink func
Zhiqiang Liu
2019-06-06
1
-3
/
+2
*
net: rds: add per rds connection cache statistics
Zhu Yanjun
2019-06-06
1
-0
/
+2
*
net: ipv6: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-06
2
-2
/
+2
*
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-06
4
-4
/
+4
*
net: openvswitch: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-06
1
-1
/
+1
*
net: socket: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-06
1
-1
/
+1
*
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
2019-06-05
5
-28
/
+194
*
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
2019-06-05
3
-36
/
+177
*
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
2019-06-05
6
-33
/
+58
*
ipv4: Use accessors for fib_info nexthop data
David Ahern
2019-06-05
7
-47
/
+71
*
ipv6: Always allocate pcpu memory in a fib6_nh
David Ahern
2019-06-04
1
-6
/
+7
*
net: vlan: Inherit MPLS features from parent device
Ariel Levkovich
2019-06-04
1
-0
/
+1
*
net/tls: don't pass version to tls_advance_record_sn()
Jakub Kicinski
2019-06-04
2
-6
/
+5
*
net/tls: use version from prot
Jakub Kicinski
2019-06-04
1
-2
/
+2
*
net/tls: don't re-check msg decrypted status in tls_device_decrypted()
Jakub Kicinski
2019-06-04
1
-4
/
+0
*
net/tls: don't look for decrypted frames on non-offloaded sockets
Jakub Kicinski
2019-06-04
1
-3
/
+5
*
net/tls: remove false positive warning
Jakub Kicinski
2019-06-04
1
-2
/
+4
*
net/tls: check return values from skb_copy_bits() and skb_store_bits()
Jakub Kicinski
2019-06-04
1
-6
/
+14
*
net/tls: fully initialize the msg wrapper skb
Jakub Kicinski
2019-06-04
2
-6
/
+27
*
net: ipv4: fix rcu lockdep splat due to wrong annotation
Florian Westphal
2019-06-04
1
-1
/
+1
*
devlink: allow driver to update progress of flash update
Jiri Pirko
2019-06-04
1
-0
/
+102
*
net: fix use-after-free in kfree_skb_list
Eric Dumazet
2019-06-04
3
-7
/
+5
*
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
Eric Dumazet
2019-06-04
1
-2
/
+2
*
ipv4: icmp: use this_cpu_read() in icmp_sk()
Eric Dumazet
2019-06-04
1
-1
/
+1
*
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
2019-06-04
1
-3
/
+2
*
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
Eric Dumazet
2019-06-03
1
-2
/
+2
*
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
Stanislav Fomichev
2019-06-03
1
-9
/
+1
*
net: ethernet: improve eth_platform_get_mac_address
Heiner Kallweit
2019-06-03
1
-10
/
+4
*
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
2019-06-03
5
-43
/
+79
*
net: use new in_dev_ifa iterators
Florian Westphal
2019-06-03
5
-17
/
+29
*
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
2019-06-03
3
-7
/
+16
*
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
2019-06-03
1
-8
/
+19
*
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
2019-06-03
1
-15
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-06-02
32
-139
/
+370
|
\
|
*
ipvs: add checksum support for gue encapsulation
Jacky Hu
2019-05-31
2
-17
/
+137
|
*
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
2019-05-31
4
-28
/
+6
|
*
netfilter: tcpmss, optstrip: prefer skb_ensure_writable
Florian Westphal
2019-05-31
2
-16
/
+14
|
*
netfilter: xt_HL: prefer skb_ensure_writable
Florian Westphal
2019-05-31
1
-2
/
+2
|
*
netfilter: nf_tables: prefer skb_ensure_writable
Florian Westphal
2019-05-31
2
-4
/
+5
|
*
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
2019-05-31
5
-6
/
+6
|
*
netfilter: conntrack, nat: prefer skb_ensure_writable
Florian Westphal
2019-05-31
4
-17
/
+17
|
*
netfilter: ipvs: prefer skb_ensure_writable
Florian Westphal
2019-05-31
7
-18
/
+18
|
*
netfilter: bridge: convert skb_make_writable to skb_ensure_writable
Florian Westphal
2019-05-31
3
-3
/
+3
|
*
netfilter: nf_tables: free base chain counters from worker
Florian Westphal
2019-05-31
1
-16
/
+10
|
*
netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple
Taehee Yoo
2019-05-31
1
-1
/
+0
|
*
netfilter: xt_owner: Add supplementary groups option
Lukasz Pawelczyk
2019-05-31
1
-3
/
+20
[next]