Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cb5ccfbe73b389470e1dc11061bb185ef4bc9aec
/
net
/
core
cb5ccfb
devlink: Add health buffer support
by Eran Ben Elisha
· 6 years ago
22c2ad6
net: add a route cache full diagnostic message
by Peter Oskolkov
· 6 years ago
87b0984
net: Add extack argument to ndo_fdb_add()
by Petr Machata
· 6 years ago
f5dd3d0
net: introduce SO_BINDTOIFINDEX sockopt
by David Herrmann
· 6 years ago
fda497e
Optimize sk_msg_clone() by data merge to end dst sg entry
by Vakul Garg
· 6 years ago
e874644
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
e8b108b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
85704cb
net/core/neighbour: tell kmemleak about hash tables
by Konstantin Khlebnikov
· 6 years ago
31aa650
bpf: correctly set initial window on active Fast Open sender
by Yuchung Cheng
· 6 years ago
e9666d1
jump_label: move 'asm goto' support test to Kconfig
by Masahiro Yamada
· 6 years ago
f8c468e
net, skbuff: do not prefer skb allocation fails early
by David Rientjes
· 6 years ago
43d86ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
3a0ed3e9
sock: Make sock->sk_stamp thread-safe
by Deepa Dinamani
· 6 years ago
f989d03
net: rtnetlink: address is mandatory for rtnl_fdb_get
by Nikolay Aleksandrov
· 6 years ago
f9fc54d
ethtool: check the return value of get_regs_len
by Yunsheng Lin
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
e0c38a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
792bf4d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
90cadbbf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0eb987c
net/net_namespace: Check the return value of register_pernet_subsys()
by Aditya Pakki
· 6 years ago
f2ab958
net: Revert recent Spectre-v1 patches.
by David S. Miller
· 6 years ago
50d5258
net: core: Fix Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
ce28bb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
682ec85
net: minor cleanup in skb_ext_add()
by Paolo Abeni
· 6 years ago
e94e50b
net: fix possible user-after-free in skb_ext_add()
by Paolo Abeni
· 6 years ago
5c1e7e9
Prevent overflow of sk_msg in sk_msg_clone()
by Vakul Garg
· 6 years ago
339bbff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
463561e
neighbour: remove stray semicolon
by Colin Ian King
· 6 years ago
a136678
bpf: sk_msg, zap ingress queue on psock down
by John Fastabend
· 6 years ago
552de910
bpf: sk_msg, fix socket data_ready events
by John Fastabend
· 6 years ago
5119940
bpf: skb_verdict, support SK_PASS on RX BPF path
by John Fastabend
· 6 years ago
7a69c0f
bpf: skmsg, replace comments with BUILD bug
by John Fastabend
· 6 years ago
bc1b4f0
bpf: sk_msg, improve offset chk in _is_valid_access
by John Fastabend
· 6 years ago
2be09de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a9cd343
neighbor: Use nda_policy for validating attributes in adds and dump requests
by David Ahern
· 6 years ago
c0fde87
neighbor: NTF_PROXY is a valid ndm_flag for a dump request
by David Ahern
· 6 years ago
754d5da
neighbor: Initialize protocol when new pneigh_entry are created
by David Ahern
· 6 years ago
8e1da73
gro_cell: add napi_disable in gro_cells_destroy
by Lorenzo Bianconi
· 6 years ago
82cbb5c
neighbour: register rtnl doit handler
by Roopa Prabhu
· 6 years ago
4165079
net: switch secpath to use skb extension infrastructure
by Florian Westphal
· 6 years ago
de8bda1
net: convert bridge_nf to use skb extension infrastructure
by Florian Westphal
· 6 years ago
df5042f
sk_buff: add skb extension infrastructure
by Florian Westphal
· 6 years ago
3bdbd02
bpf: sockmap, metadata support for reporting size of msg
by John Fastabend
· 6 years ago
5b2f94b
net: rtnetlink: support for fdb get
by Roopa Prabhu
· 6 years ago
df9b0e3
neighbor: Add protocol attribute
by David Ahern
· 6 years ago
aaa5d90
net: use indirect call wrappers at GRO network layer
by Paolo Abeni
· 6 years ago
e997f8a
neighbor: Remove externally learned entries from gc_list
by David Ahern
· 6 years ago
526f1b5
neighbor: Move neigh_update_ext_learned to core file
by David Ahern
· 6 years ago
7e6f182
neighbor: Remove state and flags arguments to neigh_del
by David Ahern
· 6 years ago
758a7f0
neighbor: Fix state check in neigh_forced_gc
by David Ahern
· 6 years ago
9c29a2f
neighbor: Fix locking order for gc_list changes
by David Ahern
· 6 years ago
d59cdf9
net: dev: Issue NETDEV_PRE_CHANGEADDR
by Petr Machata
· 6 years ago
1570415
net: dev: Add NETDEV_PRE_CHANGEADDR
by Petr Machata
· 6 years ago
3a37a96
net: dev: Add extack argument to dev_set_mac_address()
by Petr Machata
· 6 years ago
65d69e2
datagram: introduce skb_copy_and_hash_datagram_iter helper
by Sagi Grimberg
· 6 years ago
950fcae
datagram: consolidate datagram copy to iter helpers
by Sagi Grimberg
· 6 years ago
0fc0779
datagram: open-code copy_page_to_iter
by Sagi Grimberg
· 6 years ago
2fd527b
net: ndo_bridge_setlink: Add extack
by Petr Machata
· 6 years ago
fdadd04
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
by Daniel Borkmann
· 6 years ago
addb067
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
8cc196d
neighbor: gc_list changes should be protected by table lock
by David Ahern
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0fbe82e
net: call sk_dst_reset when set SO_DONTROUTE
by yupeng
· 6 years ago
5895631
neighbor: Improve garbage collection
by David Ahern
· 6 years ago
ec3d837
net/flow_dissector: correctly cap nhoff and thoff in case of BPF
by Stanislav Fomichev
· 6 years ago
13e56ec
selftests/bpf: use thoff instead of nhoff in BPF flow dissector
by Stanislav Fomichev
· 6 years ago
40c900a
net: core: dev: Attach extack to NETDEV_PRE_UP
by Petr Machata
· 6 years ago
2637260
net: core: dev: Add call_netdevice_notifiers_extack()
by Petr Machata
· 6 years ago
6d04032
net: core: dev: Add extack argument to __dev_change_flags()
by Petr Machata
· 6 years ago
567c5e1
net: core: dev: Add extack argument to dev_change_flags()
by Petr Machata
· 6 years ago
00f54e6
net: core: dev: Add extack argument to dev_open()
by Petr Machata
· 6 years ago
7a35a50
neighbor: Add extack messages for add and delete commands
by David Ahern
· 6 years ago
e37d05a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
22f6bbb
net: use skb_list_del_init() to remove from RX sublists
by Edward Cree
· 6 years ago
a74f0fa
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
by Eric Dumazet
· 6 years ago
6888389
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
by Eric Dumazet
· 6 years ago
875e893
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
by Ido Schimmel
· 6 years ago
4bbfd74
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
bf29e9e
net/core: tidy up an error message
by Qian Cai
· 6 years ago
52900d2
udp: elide zerocopy operation in hot path
by Willem de Bruijn
· 6 years ago
b5947e5
udp: msg_zerocopy
by Willem de Bruijn
· 6 years ago
846e980
devlink: Add 'fw_load_policy' generic parameter
by Shalom Toledo
· 6 years ago
e3da08d
bpf: allow BPF read access to qdisc pkt_len
by Petar Penkov
· 6 years ago
0245b80
net/core/skmsg: Replace call_rcu_sched() with call_rcu()
by Paul E. McKenney
· 6 years ago
5da54c1
net/core: Replace call_rcu_bh() and synchronize_rcu_bh()
by Paul E. McKenney
· 6 years ago
f71c614
bpf: Support sk lookup in netns with id 0
by Joe Stringer
· 6 years ago
b7df9ada
bpf: fix pointer offsets in context for 32 bit
by Daniel Borkmann
· 6 years ago
a293974
rtnetlink: avoid frame size warning in rtnl_newlink()
by Jakub Kicinski
· 6 years ago
420d031
rtnetlink: remove a level of indentation in rtnl_newlink()
by Jakub Kicinski
· 6 years ago
b0e3f1b
net: Add trace events for all receive exit points
by Geneviève Bastien
· 6 years ago
93029d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
1464193
net: explain __skb_checksum_complete() with comments
by Cong Wang
· 6 years ago
867d0ad
net: fix XPS static_key accounting
by Sabrina Dubroca
· 6 years ago
f28c020
net: restore call to netdev_queue_numa_node_write when resetting XPS
by Sabrina Dubroca
· 6 years ago
7246d8e
bpf: helper to pop data from messages
by John Fastabend
· 6 years ago
288f06a0
netns: enable to dump full nsid translation table
by Nicolas Dichtel
· 6 years ago
3a4f68b
netns: enable to specify a nsid for a get request
by Nicolas Dichtel
· 6 years ago
cff478b
netns: add support of NETNSA_TARGET_NSID
by Nicolas Dichtel
· 6 years ago
a0732ad
netns: introduce 'struct net_fill_args'
by Nicolas Dichtel
· 6 years ago
74be39e
netns: remove net arg from rtnl_net_fill()
by Nicolas Dichtel
· 6 years ago
Next »