Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ab1b3a957de3fa92e75b3ba7bd842263ecebf495
/
net
fada7fd
bpf: Allow bpf_map_lookup_elem() on an xskmap
by Jonathan Lemon
· 6 years ago
4ecabd5
bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper
by Roman Gushchin
· 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
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
3bb13dd
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_table
by Eric Dumazet
· 6 years ago
8668d0e
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
by Eric Dumazet
· 6 years ago
8dfdb31
ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]
by Eric Dumazet
· 6 years ago
803fdd9
net: rename struct fqdir fields
by Eric Dumazet
· 6 years ago
89fb900
net: rename inet_frags_exit_net() to fqdir_exit()
by Eric Dumazet
· 6 years ago
6ce3b4d
inet: rename netns_frags to fqdir
by Eric Dumazet
· 6 years ago
425aa0e
ip_sockglue: Fix missing-check bug in ip_ra_control()
by Gen Zhang
· 6 years ago
95baa60
ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()
by Gen Zhang
· 6 years ago
6dca936
flow_offload: use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
86c2f5d
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
4097e9d
net: sched: don't use tc_action->order during action dump
by Vlad Buslov
· 6 years ago
0fa6efc
ipv6: Refactor ip6_route_del for cached routes
by David Ahern
· 6 years ago
1cf844c
ipv6: Make fib6_nh optional at the end of fib6_info
by David Ahern
· 6 years ago
cc5c073
ipv6: Move exception bucket to fib6_nh
by David Ahern
· 6 years ago
c0b220c
ipv6: Refactor exception functions
by David Ahern
· 6 years ago
7d88d8b
ipv6: Refactor fib6_drop_pcpu_from
by David Ahern
· 6 years ago
f40b6ae
ipv6: Move pcpu cached routes to fib6_nh
by David Ahern
· 6 years ago
47505b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
by Thomas Gleixner
· 6 years ago
8e8caf9
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103
by Thomas Gleixner
· 6 years ago
f17b7ee
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93
by Thomas Gleixner
· 6 years ago
e97150d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77
by Thomas Gleixner
· 6 years ago
1b402f7
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72
by Thomas Gleixner
· 6 years ago
a85036f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62
by Thomas Gleixner
· 6 years ago
74ba920
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
by Thomas Gleixner
· 6 years ago
e14ca97
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53
by Thomas Gleixner
· 6 years ago
ee5d8f4
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41
by Thomas Gleixner
· 6 years ago
b4d0d23
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
by Thomas Gleixner
· 6 years ago
71e15f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
d2daa12
hsr: fix don't prune the master node from the node_db
by Andreas Oetken
· 6 years ago
136bf27
devlink: add warning in case driver does not set port type
by Jiri Pirko
· 6 years ago
903869b
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
by Eric Dumazet
· 6 years ago
3580d04
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
by Eric Dumazet
· 6 years ago
14a1eaa
hv_sock: perf: loop in send() to maximize bandwidth
by Sunil Muthuswamy
· 6 years ago
ac383f5
hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers
by Sunil Muthuswamy
· 6 years ago
31680ac
ipv6: Fix redirect with VRF
by David Ahern
· 6 years ago
fc65100
neighbor: Add tracepoint to __neigh_create
by David Ahern
· 6 years ago
7542565
net: Set strict_start_type for routes and rules
by David Ahern
· 6 years ago
06c77c3
ipv4: Rename and export nh_update_mtu
by David Ahern
· 6 years ago
c366948
ipv4: export fib_info_update_nh_saddr
by David Ahern
· 6 years ago
9bd8366
ipv4: export fib_flush
by David Ahern
· 6 years ago
ac1fab2
ipv4: export fib_check_nh
by David Ahern
· 6 years ago
Next »