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: 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
|
*
|
|
ipvs: strip udp tunnel headers from icmp errors
Julian Anastasov
2019-05-31
1
-0
/
+60
|
*
|
|
ipvs: add function to find tunnels
Julian Anastasov
2019-05-31
2
-0
/
+37
|
*
|
|
ipvs: allow rs_table to contain different real server types
Julian Anastasov
2019-05-31
1
-8
/
+35
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-01
4
-29
/
+52
|
\
\
\
\
|
*
|
|
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-06-01
2
-10
/
+2
|
*
|
|
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-06-01
2
-5
/
+8
|
*
|
|
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-06-01
2
-3
/
+3
|
*
|
|
|
bpf: add memlock precharge for socket local storage
Roman Gushchin
2019-06-01
1
-2
/
+10
|
*
|
|
|
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
2019-06-01
2
-20
/
+40
*
|
|
|
|
nexthop: remove redundant assignment to err
Colin Ian King
2019-05-31
1
-1
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
95
-924
/
+313
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-31
27
-194
/
+245
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
2019-05-31
3
-5
/
+9
|
|
*
|
|
ethtool: Check for vlan etype or vlan tci when parsing flow_rule
Maxime Chevallier
2019-05-31
1
-2
/
+6
|
|
*
|
|
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
2019-05-30
1
-1
/
+1
|
|
*
|
|
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
2019-05-30
1
-1
/
+1
|
|
*
|
|
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
2019-05-30
1
-10
/
+50
[prev]
[next]