Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0a2f7540abc08e32f89ff273506eeeeb6910794f
/
net
/
core
95491e3
net: ethtool: remove error check for legacy setting transceiver type
by Niklas Söderlund
· 7 years ago
1b5f962
soreuseport: fix initialization race
by Craig Gallek
· 7 years ago
54d43117
sock: correct sk_wmem_queued accounting on efault in tcp zerocopy
by Willem de Bruijn
· 7 years ago
f7e9cb1
bpf: remove mark access for SK_SKB program types
by John Fastabend
· 7 years ago
34f79502
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
by John Fastabend
· 7 years ago
823038c
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
by Xin Long
· 7 years ago
0ad646c
tun: call dev_get_valid_name() before register_netdevice()
by Cong Wang
· 7 years ago
2459b4c
net: enable interface alias removal via rtnl
by Nicolas Dichtel
· 7 years ago
2d7f669
rtnetlink: do not set notification for tx_queue_len in do_setlink
by Xin Long
· 7 years ago
64ff90c
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
by Xin Long
· 7 years ago
dc709f3
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
by Xin Long
· 7 years ago
e6e6659
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
by Xin Long
· 7 years ago
ebdcf04
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_event
by Xin Long
· 7 years ago
8a21258
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
by Xin Long
· 7 years ago
09001b0
net: fix typo in skbuff.c
by Wenhua Shi
· 7 years ago
c0576e3
net: call cgroup_sk_alloc() earlier in sk_clone_lock()
by Eric Dumazet
· 7 years ago
75cb070
Revert "net: defer call to cgroup_sk_alloc()"
by Eric Dumazet
· 7 years ago
fbb1fb4
net: defer call to cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
9f1c267
net: memcontrol: defer call to mem_cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
ce024f4
net: rtnetlink: fix info leak in RTM_GETSTATS call
by Nikolay Aleksandrov
· 7 years ago
eefca20
socket, bpf: fix possible use after free
by Eric Dumazet
· 7 years ago
9d538fa
net: Set sk_prot_creator when cloning sockets to the right proto
by Christoph Paasch
· 7 years ago
581fe0e
net: orphan frags on stand-alone ptype in dev_queue_xmit_nit
by Willem de Bruijn
· 7 years ago
19cab88
net: ethtool: Add back transceiver type
by Florian Fainelli
· 7 years ago
92dd545
net: change skb->mac_header when Generic XDP calls adjust_head
by Edward Cree
· 7 years ago
7c30013
bpf: fix ri->map_owner pointer on bpf_prog_realloc
by Daniel Borkmann
· 7 years ago
ca558e1
net_sched: gen_estimator: fix scaling error in bytes/packets samples
by Eric Dumazet
· 7 years ago
96c5508
xdp: implement xdp_redirect_map for generic XDP
by Jesper Dangaard Brouer
· 7 years ago
fbd0141
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
9beb8be
bpf: make error reporting in bpf_warn_invalid_xdp_action more clear
by Daniel Borkmann
· 7 years ago
bbbe211
net: rcu lock and preempt disable missing around generic xdp
by John Fastabend
· 7 years ago
109980b
bpf: don't select potentially stale ri->map from buggy xdp progs
by Daniel Borkmann
· 7 years ago
ca2c141
udp: drop head states only when all skb references are gone
by Paolo Abeni
· 7 years ago
608c1d3
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 7 years ago
1eed4df
flow_dissector: Add limit for number of headers to dissect
by Tom Herbert
· 7 years ago
3a1214e
flow_dissector: Cleanup control flow
by Tom Herbert
· 7 years ago
864150d
net: Add module reference to FIB notifiers
by Ido Schimmel
· 7 years ago
c1d1b43
net: convert (struct ubuf_info)->refcnt to refcount_t
by Eric Dumazet
· 7 years ago
db5bce3
net: prepare (struct ubuf_info)->refcnt conversion
by Eric Dumazet
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9df5905
bpf: Collapse offset checks in sock_filter_is_valid_access
by David Ahern
· 7 years ago
25cc72a
mlxsw: spectrum: Forbid linking to devices that have uppers
by Ido Schimmel
· 7 years ago
ae2cf1c
bpf: Allow cgroup sock filters to use get_current_uid_gid helper
by David Ahern
· 7 years ago
482dca9
bpf: Add mark and priority to sock options that can be set
by David Ahern
· 7 years ago
1797f5b
devlink: Add IPv6 header for dpipe
by Arkadi Sharshevsky
· 7 years ago
e3cfddd
bridge: add tracepoint in br_fdb_update
by Roopa Prabhu
· 7 years ago
12bdc5e
devlink: Maintain consistency in mac field name
by David Ahern
· 7 years ago
eaa72dc
neigh: increase queue_len_bytes to match wmem_default
by Eric Dumazet
· 7 years ago
b74fd30
bridge: fdb add and delete tracepoints
by Roopa Prabhu
· 7 years ago
59a3089
xdp: separate xdp_redirect tracepoint in map case
by Jesper Dangaard Brouer
· 7 years ago
f5836ca
xdp: separate xdp_redirect tracepoint in error case
by Jesper Dangaard Brouer
· 7 years ago
8d3b778
xdp: tracepoint xdp_redirect also need a map argument
by Jesper Dangaard Brouer
· 7 years ago
c31e5a4
xdp: remove redundant argument to trace_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
1e22391
net: missing call of trace_napi_poll in busy_poll_stop
by Jesper Dangaard Brouer
· 7 years ago
ebfa00c
tcp: fix refcnt leak with ebpf congestion control
by Sabrina Dubroca
· 7 years ago
4e458de
bpf: fix bpf_setsockopts return value
by Yuchung Cheng
· 7 years ago
a873585
xdp: remove net_device names from xdp_redirect tracepoint
by Jesper Dangaard Brouer
· 7 years ago
2facaad
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
d08adb8
xdp: remove bpf_warn_invalid_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
3580732
devlink: Move dpipe entry clear function into devlink
by Arkadi Sharshevsky
· 7 years ago
ffd3cdc
devlink: Add support for dynamic table size
by Arkadi Sharshevsky
· 7 years ago
3fb886e
devlink: Add IPv4 header for dpipe
by Arkadi Sharshevsky
· 7 years ago
1177009
devlink: Add Ethernet header for dpipe
by Arkadi Sharshevsky
· 7 years ago
257a730
net/sock: allow the user to set negative peek offset
by Paolo Abeni
· 7 years ago
cd0a137
net: core: Specify skb_pad()/skb_put_padto() SKB freeing
by Florian Fainelli
· 7 years ago
e4a8e81
bpf: misc xdp redirect cleanups
by Daniel Borkmann
· 7 years ago
fd6055a
udp: on peeking bad csum, drop packets even if not at head
by Eric Dumazet
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
e65a495
net: check type when freeing metadata dst
by David Lamparter
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
6648c65
net: style cleanups
by stephen hemminger
· 7 years ago
667e427
net: mark receive queue attributes ro_after_init
by stephen hemminger
· 7 years ago
2b9c758
net: make queue attributes ro_after_init
by stephen hemminger
· 7 years ago
170c658
net: make BQL sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
718ad68
net: drop unused attribute argument from sysfs queue funcs
by stephen hemminger
· 7 years ago
ec6cc59
net: make net sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
737aec5
net: constify net_ns_type_operations
by stephen hemminger
· 7 years ago
e6d473e
net: make net_class ro_after_init
by stephen hemminger
· 7 years ago
b793dc5
net: constify netdev_class_file
by stephen hemminger
· 7 years ago
d0d6683
net: don't decrement kobj reference count on init failure
by stephen hemminger
· 7 years ago
4c03bdd
xdp: adjust xdp redirect tracepoint to include return error code
by Jesper Dangaard Brouer
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
a0917e0
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
by Matthew Dawson
· 7 years ago
047b0ec
bpf: reuse tc bpf prologue for sk skb progs
by Daniel Borkmann
· 7 years ago
4d6a75b
bpf: no need to nullify ri->map in xdp_do_redirect
by Daniel Borkmann
· 7 years ago
e543002
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
by Jesper Dangaard Brouer
· 7 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 7 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 7 years ago
b005fd1
bpf: introduce new program type for skbs on sockets
by John Fastabend
· 7 years ago
db5980d
net: fixes for skb_send_sock
by John Fastabend
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7324157
dsa: fix flow disector null pointer
by Craig Gallek
· 7 years ago
7c49747
net: export some generic xdp helpers
by Jason Wang
· 7 years ago
d022578
rtnelink: Move link dump consistency check out of the loop
by Jakub Sitnicki
· 7 years ago
2ed46ce
bpf: fix two missing target_size settings in bpf_convert_ctx_access
by Daniel Borkmann
· 7 years ago
9399122
net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.
by Tonghao Zhang
· 7 years ago
8caa38b
rtnetlink: fallback to UNSPEC if current family has no doit callback
by Florian Westphal
· 7 years ago
d38a651
rtnetlink: init handler refcounts to 1
by Florian Westphal
· 7 years ago
8515ae3
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
by Florian Westphal
· 7 years ago
5c2bb9b
rtnetlink: do not use RTM_GETLINK directly
by Florian Westphal
· 7 years ago
Next »