Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ce57785bf91b1ceaef4f4bffed8a47dc0919c8da
/
net
ce57785
net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
by Carl Huang
· 5 years ago
68aab82
sch_cake: avoid possible divide by zero in cake_enqueue()
by Wen Yang
· 5 years ago
c965500
tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
by Pengcheng Yang
· 5 years ago
04b6942
hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
by Taehee Yoo
· 5 years ago
a5b72a0
net/sched: add delete_empty() to filters and use it in cls_flower
by Davide Caratti
· 5 years ago
8536975
tcp: Fix highest_sack and highest_sack_seq
by Cambda Zhu
· 5 years ago
70cf3dc
net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit device
by Shmulik Ladkani
· 5 years ago
bb3d0b8
net_sched: sch_fq: properly set sk->sk_pacing_status
by Eric Dumazet
· 5 years ago
ec34c01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 5 years ago
3ed0a1d
hsr: reset network header when supervision frame is created
by Taehee Yoo
· 5 years ago
92a3567
hsr: fix a race condition in node list insertion and deletion
by Taehee Yoo
· 5 years ago
4c2d5e3
hsr: rename debugfs file when interface name is changed
by Taehee Yoo
· 5 years ago
c6c4ccd
hsr: add hsr root debugfs directory
by Taehee Yoo
· 5 years ago
1d19e2d
hsr: fix error handling routine in hsr_dev_finalize()
by Taehee Yoo
· 5 years ago
84bb59d
hsr: avoid debugfs warning message when module is remove
by Taehee Yoo
· 5 years ago
4d42df4
sit: do not confirm neighbor when do pmtu update
by Hangbin Liu
· 5 years ago
8247a79
vti: do not confirm neighbor when do pmtu update
by Hangbin Liu
· 5 years ago
7a1592b
tunnel: do not confirm neighbor when do pmtu update
by Hangbin Liu
· 5 years ago
675d76a
ip6_gre: do not confirm neighbor when do pmtu update
by Hangbin Liu
· 5 years ago
bd085ef
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
by Hangbin Liu
· 5 years ago
ff43ae4
Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 5 years ago
61d5d40
sctp: fix err handling of stream initialization
by Marcelo Ricardo Leitner
· 5 years ago
feed8a4
udp: fix integer overflow while computing available space in sk_rcvbuf
by Antonio Messina
· 5 years ago
78bac77
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
28a3b84
net/smc: unregister ib devices in reboot_event
by Karsten Graul
· 5 years ago
af1c0e4
llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
by Chan Shu Tak, Alex
· 5 years ago
4249c50
net: dsa: ksz: use common define for tag len
by Michael Grzeschik
· 5 years ago
063c60d
rxrpc: Fix missing security check on incoming calls
by David Howells
· 5 years ago
13b7955
rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()
by David Howells
· 5 years ago
f33121c
rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller
by David Howells
· 5 years ago
275c44a
net/sched: cls_u32: fix refcount leak in the error path of u32_change()
by Davide Caratti
· 5 years ago
8cb4ec4
netfilter: nft_tproxy: Fix port selector on Big Endian
by Phil Sutter
· 5 years ago
e608f63
netfilter: ebtables: compat: reject all padding in matches/watchers
by Florian Westphal
· 5 years ago
c9b3b82
netfilter: nf_flow_table: fix big-endian integer overflow
by Arnd Bergmann
· 5 years ago
0fd2600
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
1148f9a
net, sysctl: Fix compiler warning when only cBPF is present
by Alexander Lobakin
· 5 years ago
0687068
xsk: Add rcu_read_lock around the XSK wakeup
by Maxim Mikityanskiy
· 5 years ago
b7ac893
net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive()
by Jia-Ju Bai
· 5 years ago
ddd9b5e
net-sysfs: Call dev_hold always in rx_queue_add_kobject
by Jouni Hogander
· 5 years ago
4e2ce6e
net: dsa: make unexported dsa_link_touch() static
by Ben Dooks (Codethink)
· 5 years ago
7c68fa2b
net: annotate lockless accesses to sk->sk_pacing_shift
by Eric Dumazet
· 5 years ago
951c6db
sctp: fix memleak on err handling of stream initialization
by Marcelo Ricardo Leitner
· 5 years ago
ad125c6
Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 5 years ago
4aaf596
vsock/virtio: add WARN_ON check on virtio_transport_get_ops()
by Stefano Garzarella
· 5 years ago
df18fa1
vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()
by Stefano Garzarella
· 5 years ago
6fc232d
rfkill: Fix incorrect check to avoid NULL pointer dereference
by Aditya Pakki
· 5 years ago
8643474
net/smc: add fallback check to connect()
by Ursula Braun
· 5 years ago
216808c
tcp: refine rule to allow EPOLLOUT generation under mem pressure
by Eric Dumazet
· 5 years ago
ee2aabd
tcp: refine tcp_write_queue_empty() implementation
by Eric Dumazet
· 5 years ago
1f85e62
tcp: do not send empty skb from tcp_write_xmit()
by Eric Dumazet
· 5 years ago
8dbd76e
tcp/dccp: fix possible race __inet_lookup_established()
by Eric Dumazet
· 5 years ago
2beb6d2
ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is set
by Hangbin Liu
· 5 years ago
5133498
bpf: Clear skb->tstamp in bpf_redirect when necessary
by Lorenz Bauer
· 5 years ago
5bd831a
Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
911bde0
mac80211: Turn AQL into an NL80211_EXT_FEATURE
by Toke Høiland-Jørgensen
· 5 years ago
e548f74
mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()
by Dan Carpenter
· 5 years ago
56cb31e
cfg80211: fix double-free after changing network namespace
by Stefan Bühler
· 5 years ago
753ffad
mac80211: fix TID field in monitor mode transmit
by Fredrik Olofsson
· 5 years ago
31e4ccc
tipc: fix use-after-free in tipc_disc_rcv()
by Tuong Lien
· 5 years ago
abc9b4e
tipc: fix retrans failure due to wrong destination
by Tuong Lien
· 5 years ago
dca4a17
tipc: fix potential hanging after b/rcast changing
by Tuong Lien
· 5 years ago
d5162f3
tipc: fix name table rbtree issues
by Tuong Lien
· 5 years ago
ebfcd89
net: make socket read/write_iter() honor IOCB_NOWAIT
by Jens Axboe
· 5 years ago
b43d1f9
af_packet: set defaule value for tmo
by Mao Wenan
· 5 years ago
7da538c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 5 years ago
7acd937
netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()
by Pablo Neira Ayuso
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
f8fc57e
net/x25: add new state X25_STATE_5
by Martin Schiller
· 5 years ago
b6f3320
sctp: fully initialize v4 addr in some functions
by Xin Long
· 5 years ago
f394722
neighbour: remove neigh_cleanup() method
by Eric Dumazet
· 5 years ago
43aad81
Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 5 years ago
5604285
netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
by Eric Dumazet
· 5 years ago
81ec610
netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions
by Pablo Neira Ayuso
· 5 years ago
fd57d0c
netfilter: nf_tables: skip module reference count bump on object updates
by Pablo Neira Ayuso
· 5 years ago
0d2c96a
netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
by Pablo Neira Ayuso
· 5 years ago
bffc124
netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
by Pablo Neira Ayuso
· 5 years ago
db3b665
netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets
by Pablo Neira Ayuso
· 5 years ago
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
00d4e14
can: j1939: j1939_sk_bind(): take priv after lock is held
by Oleksij Rempel
· 5 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
fb9bf40
Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 5 years ago
2dd5616
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
by Eric Dumazet
· 5 years ago
501a90c
inet: protect against too small mtu values.
by Eric Dumazet
· 5 years ago
0e49409
gre: refetch erspan header from skb->data after pskb_may_pull()
by Cong Wang
· 5 years ago
0b9173f
netfilter: nf_queue: enqueue skbs with NULL dst
by Marco Oliverio
· 5 years ago
9424e2e
tcp: md5: fix potential overestimation of TCP option space
by Eric Dumazet
· 5 years ago
25a443f
net: sched: allow indirect blocks to bind to clsact in TC
by John Hurley
· 5 years ago
dbad340
net: core: rename indirect block ingress cb function
by John Hurley
· 5 years ago
e0b60903
net-sysfs: Call dev_hold always in netdev_queue_add_kobject
by Jouni Hogander
· 5 years ago
8bef0af
net: dsa: fix flow dissection on Tx path
by Alexander Lobakin
· 5 years ago
4a5cdc6
net/tls: Fix return values to avoid ENOTSUPP
by Valentin Vidic
· 5 years ago
1af6622
net: avoid an indirect call in ____sys_recvmsg()
by Eric Dumazet
· 5 years ago
9cf1cd8
tipc: fix ordering of tipc module init and exit routine
by Taehee Yoo
· 5 years ago
9f104c7
mqprio: Fix out-of-bounds access in mqprio_dump
by Vladyslav Tarasiuk
· 5 years ago
9feb1af
Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
a231582
Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
df95467
hsr: fix a NULL pointer dereference in hsr_dev_xmit()
by Taehee Yoo
· 5 years ago
260a267
kernel/notifier.c: remove blocking_notifier_chain_cond_register()
by Xiaoming Ni
· 5 years ago
d04ac22
net: Fixed updating of ethertype in skb_mpls_push()
by Martin Varghese
· 5 years ago
099ffd7
NFC: NCI: use new `delay` structure for SPI transfer delays
by Alexandru Ardelean
· 5 years ago
Next »