Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c7a897843224a92209f306c984975b704969b89d
/
net
6e6fddc
bpf: fix panic due to oob in bpf_prog_test_run_skb
by Daniel Borkmann
· 6 years ago
61d7698
bpf: fix availability probing for seg6 helpers
by Mathieu Xhonneux
· 6 years ago
59ee412
bpf: fix ldx in ld_abs rewrite for large offsets
by Daniel Borkmann
· 6 years ago
6508b67
tcp: cleanup copied_seq and urg_data in tcp_disconnect
by Eric Dumazet
· 6 years ago
7f93d12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
f6f2a4a
ipfrag: really prevent allocation on netns exit
by Paolo Abeni
· 7 years ago
acc2cf4
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
by Lorenzo Colitti
· 7 years ago
e737219
net/ipv4: Set oif in fib_compute_spec_dst
by David Ahern
· 6 years ago
d8d7218
xdp: XDP_REDIRECT should check IFF_UP and MTU
by Toshiaki Makita
· 7 years ago
0ea488f
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
by John Fastabend
· 7 years ago
0c6bc6e
bpf: fix sk_skb programs without skb->dev assigned
by John Fastabend
· 7 years ago
38230a3
net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
by Davide Caratti
· 7 years ago
11a245e
net/sched: act_csum: fix NULL dereference when 'goto chain' is used
by Davide Caratti
· 7 years ago
e1bbdd5
net/smc: reduce sock_put() for fallback sockets
by Ursula Braun
· 7 years ago
9faa89d
tipc: make function tipc_net_finalize() thread safe
by Jon Maloy
· 7 years ago
92018c7
tipc: fix correct setting of message type in second discoverer
by Jon Maloy
· 7 years ago
e415577
tipc: correct discovery message handling during address trial period
by Jon Maloy
· 7 years ago
2a57f18
tipc: fix wrong return value from function tipc_node_try_addr()
by Jon Maloy
· 7 years ago
70ba5b6
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
by Tyler Hicks
· 7 years ago
d27e77a
net: qrtr: Reset the node and port ID of broadcast messages
by Arun Kumar Neelakantam
· 7 years ago
fdf5fd3
net: qrtr: Broadcast messages only from control port
by Arun Kumar Neelakantam
· 7 years ago
a9ba23d
ipv6: make ipv6_renew_options() interrupt/kernel safe
by Paul Moore
· 7 years ago
a659254
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
by Xin Long
· 7 years ago
33bd5ac
net/ipv6: Revert attempt to simplify route replace and append
by David Ahern
· 7 years ago
d5a672a
gen_stats: Fix netlink stats dumping in the presence of padding
by Toke Høiland-Jørgensen
· 7 years ago
52ee6ef
tls: fix skb_to_sgvec returning unhandled error.
by Doron Roberts-Kedes
· 7 years ago
a9744f7
xsk: fix potential race in SKB TX completion code
by Magnus Karlsson
· 7 years ago
fe58868
xsk: frame could be completed more than once in SKB path
by Magnus Karlsson
· 7 years ago
20b52a7
xsk: fix potential lost completion message in SKB path
by Magnus Karlsson
· 7 years ago
4e33d7d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
fc9c202
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
by Eric Biggers
· 7 years ago
603d4cf
net: fix use-after-free in GRO with ESP
by Sabrina Dubroca
· 7 years ago
1236f22
tcp: prevent bogus FRTO undos with non-SACK flows
by Ilpo Järvinen
· 7 years ago
271b955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
35e8c7b
net: fib_rules: bring back rule_exists to match rule during add
by Roopa Prabhu
· 7 years ago
3f76df1
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
by Cong Wang
· 7 years ago
e7c7faa
net/ipv6: Fix updates to prefix route
by David Ahern
· 7 years ago
d14b56f
net: cleanup gfp mask in alloc_skb_with_frags
by Michal Hocko
· 7 years ago
c860e99
tcp: fix Fast Open key endianness
by Yuchung Cheng
· 7 years ago
e88958e
net: handle NULL ->poll gracefully
by Christoph Hellwig
· 7 years ago
0933cc2
Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
e699e2c
net, mm: account sock objects to kmemcg
by Shakeel Butt
· 7 years ago
95bca62
nl80211: check nla_parse_nested() return values
by Johannes Berg
· 7 years ago
188f60a
nl80211: relax ht operation checks for mesh
by Bob Copeland
· 7 years ago
e7441c9
mac80211: disable BHs/preemption in ieee80211_tx_control_port()
by Denis Kenzior
· 7 years ago
4c79579
bpf: Change bpf_fib_lookup to return lookup status
by David Ahern
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
24ac3a0
net/smc: rebuild nonblocking connect
by Ursula Braun
· 7 years ago
15ecbe9
tcp: add one more quick ack after after ECN events
by Eric Dumazet
· 7 years ago
8e75887
bpfilter: include bpfilter_umh in assembly instead of using objcopy
by Masahiro Yamada
· 7 years ago
977c711
strparser: Remove early eaten to fix full tcp receive buffer stall
by Doron Roberts-Kedes
· 7 years ago
88e85a7
bpfilter: check compiler capability in Kconfig
by Masahiro Yamada
· 7 years ago
0901441
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
7c8f4e6
fib_rules: match rules based on suppress_* properties too
by Jason A. Donenfeld
· 7 years ago
c809195f
rds: clean up loopback rds_connections on netns deletion
by Sowmini Varadhan
· 7 years ago
b36e452
netfilter: nf_conncount: fix garbage collection confirm race
by Florian Westphal
· 7 years ago
ce00bf0
netfilter: nf_log: don't hold nf_log_mutex during user access
by Jann Horn
· 7 years ago
dffd22a
netfilter: nf_log: fix uninit read in nf_log_proc_dostring
by Jann Horn
· 7 years ago
6f0d349
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
35b42da
net_sched: remove a bogus warning in hfsc
by Cong Wang
· 7 years ago
0ce4e70
net: dccp: switch rx_tstamp_last_feedback to monotonic clock
by Eric Dumazet
· 7 years ago
74174fe
net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
by Eric Dumazet
· 7 years ago
6c6da92
ipv6: mcast: fix unsolicited report interval after receiving querys
by Hangbin Liu
· 7 years ago
e5ab564
VSOCK: fix loopback on big-endian systems
by Claudio Imbrenda
· 7 years ago
44a5cd4
cls_flower: fix use after free in flower S/W path
by Paolo Abeni
· 7 years ago
945d015
net/packet: fix use-after-free
by Eric Dumazet
· 7 years ago
27db64f6
Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
fedb1bd3
sctp: fix erroneous inc of snmp SctpFragUsrMsgs
by Marcelo Ricardo Leitner
· 7 years ago
456488c
strparser: Don't schedule in workqueue in paused state
by Vakul Garg
· 7 years ago
c24fb5e
bpfilter: fix user mode helper cross compilation
by Matteo Croce
· 7 years ago
9887cba
ip: limit use of gso_size to udp
by Willem de Bruijn
· 7 years ago
8b26a06
bpfilter: ignore binary files
by Matteo Croce
· 7 years ago
421780f
bpfilter: fix build error
by Matteo Croce
· 7 years ago
cbf56c2
net/sched: act_ife: preserve the action control in case of error
by Davide Caratti
· 7 years ago
0a889b9
net/sched: act_ife: fix recursive lock and idr leak
by Davide Caratti
· 7 years ago
7892bd0
net: propagate dev_get_valid_name return code
by Li RongQing
· 7 years ago
8c43bd1
net/tcp: Fix socket lookups with SO_BINDTODEVICE
by David Ahern
· 7 years ago
9b0a8da
net/ipv6: respect rcu grace period before freeing fib6_info
by Eric Dumazet
· 7 years ago
6e42a3f
net/ncsi: Use netdev_dbg for debug messages
by Joel Stanley
· 7 years ago
5d3b146
net/ncsi: Drop no more channels message
by Joel Stanley
· 7 years ago
87975a0
net/ncsi: Silence debug messages
by Joel Stanley
· 7 years ago
0dae72d
sunrpc: Prevent duplicate XID allocation
by Chuck Lever
· 7 years ago
ad9852a
netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister
by Gao Feng
· 7 years ago
9ce7bc0
netfilter: ipv6: nf_defrag: reduce struct net memory waste
by Eric Dumazet
· 7 years ago
ba062eb
netfilter: nf_queue: augment nfqa_cfg_policy
by Eric Dumazet
· 7 years ago
7e85dc8
net_sched: blackhole: tell upper qdisc about dropped packets
by Konstantin Khlebnikov
· 7 years ago
9bbe60a
atm: Preserve value of skb->truesize when accounting to vcc
by David Woodhouse
· 7 years ago
0841d98
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
6d5fc19
xdp: Fix handling of devmap in generic XDP
by Toshiaki Makita
· 7 years ago
f6a6f20
neighbour: skip NTF_EXT_LEARNED entries during forced gc
by Roopa Prabhu
· 7 years ago
06030db
tls: fix waitall behavior in tls_sw_recvmsg
by Daniel Borkmann
· 7 years ago
a447da7
tls: fix use-after-free in tls_push_record
by Daniel Borkmann
· 7 years ago
ecd012e
l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()
by Guillaume Nault
· 7 years ago
de9bada
l2tp: reject creation of non-PPP sessions on L2TPv2 tunnels
by Guillaume Nault
· 7 years ago
6eba08c
ipv6: Only emit append events for appended routes
by Ido Schimmel
· 7 years ago
41f9ba6
Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
bf2b61a
cfg80211: fix rcu in cfg80211_unregister_wdev
by Dedy Lansky
· 7 years ago
dc8b274
mac80211: Move up init of TXQs
by Toke Høiland-Jørgensen
· 7 years ago
3c12d04
cfg80211: initialize sinfo in cfg80211_get_station
by Sven Eckelmann
· 7 years ago
Next »