Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f0843b681a9887187ca2a60c883b6da4fd71c616
/
net
f88d8ea
ipv6: Plumb support for nexthop object in a fib6_info
by David Ahern
· 6 years ago
4c7e808
ipv4: Plumb support for nexthop object in a fib_info
by David Ahern
· 6 years ago
dcb1ecb
ipv4: Prepare for fib6_nh from a nexthop object
by David Ahern
· 6 years ago
5481d73
ipv4: Use accessors for fib_info nexthop data
by David Ahern
· 6 years ago
7dd7316
ipv6: Always allocate pcpu memory in a fib6_nh
by David Ahern
· 6 years ago
8b6912a
net: vlan: Inherit MPLS features from parent device
by Ariel Levkovich
· 6 years ago
fb0f886
net/tls: don't pass version to tls_advance_record_sn()
by Jakub Kicinski
· 6 years ago
9cd8198
net/tls: use version from prot
by Jakub Kicinski
· 6 years ago
1fe275d
net/tls: don't re-check msg decrypted status in tls_device_decrypted()
by Jakub Kicinski
· 6 years ago
b9d8fec
net/tls: don't look for decrypted frames on non-offloaded sockets
by Jakub Kicinski
· 6 years ago
87b11e0
net/tls: remove false positive warning
by Jakub Kicinski
· 6 years ago
aeb11ff
net/tls: check return values from skb_copy_bits() and skb_store_bits()
by Jakub Kicinski
· 6 years ago
da29e4b
net/tls: fully initialize the msg wrapper skb
by Jakub Kicinski
· 6 years ago
d3e6e28
net: ipv4: fix rcu lockdep splat due to wrong annotation
by Florian Westphal
· 6 years ago
191ed20
devlink: allow driver to update progress of flash update
by Jiri Pirko
· 6 years ago
b703414
net: fix use-after-free in kfree_skb_list
by Eric Dumazet
· 6 years ago
5472c3c
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
by Eric Dumazet
· 6 years ago
046386c
ipv4: icmp: use this_cpu_read() in icmp_sk()
by Eric Dumazet
· 6 years ago
c353071
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
by Eric Dumazet
· 6 years ago
2789c14
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
by Eric Dumazet
· 6 years ago
1cc2645
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
by Stanislav Fomichev
· 6 years ago
db4bad0
net: ethernet: improve eth_platform_get_mac_address
by Heiner Kallweit
· 6 years ago
2638eb8b
net: ipv4: provide __rcu annotation for ifa_list
by Florian Westphal
· 6 years ago
cd5a411
net: use new in_dev_ifa iterators
by Florian Westphal
· 6 years ago
b8d1957
netfilter: use in_dev_for_each_ifa_rcu
by Florian Westphal
· 6 years ago
d519e87
devinet: use in_dev_for_each_ifa_rcu in more places
by Florian Westphal
· 6 years ago
ef11db3
net: inetdevice: provide replacement iterators for in_ifaddr walk
by Florian Westphal
· 6 years ago
c1e9e01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
0462eaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
c85d691
bpf: move memory size checks to bpf_map_charge_init()
by Roman Gushchin
· 6 years ago
b936ca6
bpf: rework memlock-based memory accounting for maps
by Roman Gushchin
· 6 years ago
3539b96
bpf: group memory related fields in struct bpf_map_memory
by Roman Gushchin
· 6 years ago
d50836c
bpf: add memlock precharge for socket local storage
by Roman Gushchin
· 6 years ago
956fe21
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
by brakmo
· 6 years ago
6f43e52
nexthop: remove redundant assignment to err
by Colin Ian King
· 6 years ago
b4b12b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c9bb616
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
by Pablo Neira Ayuso
· 6 years ago
29930e3
ipvs: add checksum support for gue encapsulation
by Jacky Hu
· 6 years ago
2cf6bff
netfilter: replace skb_make_writable with skb_ensure_writable
by Florian Westphal
· 6 years ago
fb2eb1c
netfilter: tcpmss, optstrip: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
8e03707
netfilter: xt_HL: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
7418ee4
netfilter: nf_tables: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
3862c6a
netfilter: ipv4: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
86f0453
netfilter: conntrack, nat: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
ec0974d
netfilter: ipvs: prefer skb_ensure_writable
by Florian Westphal
· 6 years ago
c1a8311
netfilter: bridge: convert skb_make_writable to skb_ensure_writable
by Florian Westphal
· 6 years ago
53315ac
netfilter: nf_tables: free base chain counters from worker
by Florian Westphal
· 6 years ago
5e2ad02
netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple
by Taehee Yoo
· 6 years ago
ea6cc2f
netfilter: xt_owner: Add supplementary groups option
by Lukasz Pawelczyk
· 6 years ago
508f744
ipvs: strip udp tunnel headers from icmp errors
by Julian Anastasov
· 6 years ago
2aa3c9f
ipvs: add function to find tunnels
by Julian Anastasov
· 6 years ago
1da40ab
ipvs: allow rs_table to contain different real server types
by Julian Anastasov
· 6 years ago
036e343
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
100f6d8
net: correct zerocopy refcnt with udp MSG_MORE
by Willem de Bruijn
· 6 years ago
84a32ed
net: sched: act_ctinfo: minor size optimisation
by Kevin 'ldir' Darbyshire-Bryant
· 6 years ago
b73484b
ethtool: Check for vlan etype or vlan tci when parsing flow_rule
by Maxime Chevallier
· 6 years ago
e70c7aa
net: dsa: Add error path handling in dsa_tree_setup()
by Ioana Ciornei
· 6 years ago
2b81f81
net: don't clear sock->sk early to avoid trouble in strparser
by Jakub Kicinski
· 6 years ago
a4270d6
net-gro: fix use-after-free read in napi_gro_frags()
by Eric Dumazet
· 6 years ago
0471dd4
net: dsa: tag_8021q: Create a stable binary format
by Vladimir Oltean
· 6 years ago
d34d2ba
net: dsa: tag_8021q: Change order of rx_vid setup
by Ioana Ciornei
· 6 years ago
c3e933a
sctp: deduplicate identical skb_checksum_ops
by Matteo Croce
· 6 years ago
2544af0
net: avoid indirect calls in L4 checksum calculation
by Matteo Croce
· 6 years ago
af9573be
netfilter: nf_conntrack_bridge: register inet conntrack for bridge
by Pablo Neira Ayuso
· 6 years ago
764dd16
netfilter: nf_conntrack_bridge: add support for IPv6
by Pablo Neira Ayuso
· 6 years ago
3c171f4
netfilter: bridge: add connection tracking system
by Pablo Neira Ayuso
· 6 years ago
d035f19
netfilter: nf_conntrack: allow to register bridge support
by Pablo Neira Ayuso
· 6 years ago
19c3401
net: ipv4: place control buffer handling away from fragmentation iterators
by Pablo Neira Ayuso
· 6 years ago
8a6a1f1
net: ipv6: split skbuff into fragments transformer
by Pablo Neira Ayuso
· 6 years ago
065ff79
net: ipv4: split skbuff into fragments transformer
by Pablo Neira Ayuso
· 6 years ago
0feca61
net: ipv6: add skbuff fraglist splitter
by Pablo Neira Ayuso
· 6 years ago
c8b17be
net: ipv4: add skbuff fraglist splitter
by Pablo Neira Ayuso
· 6 years ago
aa1236c
tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key
by Jason Baron
· 6 years ago
0f1ce02
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
by Jason Baron
· 6 years ago
9092a76
tcp: add backup TFO key infrastructure
by Jason Baron
· 6 years ago
483642e
tcp: introduce __tcp_fastopen_cookie_gen_cipher()
by Christoph Paasch
· 6 years ago
9609dad
ipv4: tcp_input: fix stack out of bounds when parsing TCP options.
by Young Xiao
· 6 years ago
32707c4
inet: frags: Remove unnecessary smp_store_release/READ_ONCE
by Herbert Xu
· 6 years ago
458bf2f
net: core: support XDP generic on stacked devices.
by Stephen Hemminger
· 6 years ago
0e27921
net: dsa: Use PHYLINK for the CPU/DSA ports
by Ioana Ciornei
· 6 years ago
77373d4
net: dsa: Move the phylink driver calls into port.c
by Ioana Ciornei
· 6 years ago
44cc27e
net: phylink: Add struct phylink_config to PHYLINK API
by Ioana Ciornei
· 6 years ago
24ec483
net: sched: Introduce act_ctinfo action
by Kevin 'ldir' Darbyshire-Bryant
· 6 years ago
430a049
nexthop: Add support for nexthop groups
by David Ahern
· 6 years ago
b513bd0
nexthop: Add support for lwt encaps
by David Ahern
· 6 years ago
53010f9
nexthop: Add support for IPv6 gateways
by David Ahern
· 6 years ago
597cfe4f
nexthop: Add support for IPv4 nexthops
by David Ahern
· 6 years ago
ab84be7
net: Initial nexthop code
by David Ahern
· 6 years ago
8fb44d6
llc: fix skb leak in llc_build_and_send_ui_pkt()
by Eric Dumazet
· 6 years ago
dc93f46
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
by Eric Dumazet
· 6 years ago
ae7352d
inet: frags: call inet_frags_fini() after unregister_pernet_subsys()
by Eric Dumazet
· 6 years ago
6b73d19
inet: frags: uninline fqdir_init()
by Eric Dumazet
· 6 years ago
df80152
ipv4: remove redundant assignment to n
by Colin Ian King
· 6 years ago
04b25a5
net/tls: fix no wakeup on partial reads
by Jakub Kicinski
· 6 years ago
46a1695
net/tls: fix lowat calculation if some data came from previous record
by Jakub Kicinski
· 6 years ago
3c8fc87
inet: frags: rework rhashtable dismantle
by Eric Dumazet
· 6 years ago
4907abc
net: dynamically allocate fqdir structures
by Eric Dumazet
· 6 years ago
a39aca6
net: add a net pointer to struct fqdir
by Eric Dumazet
· 6 years ago
9cce45f
net: rename inet_frags_init_net() to fdir_init()
by Eric Dumazet
· 6 years ago
d2dfd43
ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table
by Eric Dumazet
· 6 years ago
Next »