Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
90fd131afc565159c9e0ea742f082b337e10f8c6
/
net
90fd131
netfilter: nf_tables: move dumper state allocation into ->start
by Florian Westphal
· 6 years ago
6613b61
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
by Florian Westphal
· 7 years ago
c6cc94d
netfilter: nf_tables: don't allow to rename to already-pending name
by Florian Westphal
· 7 years ago
9f8aac0
netfilter: nf_tables: fix memory leaks on chain rename
by Florian Westphal
· 7 years ago
a12486eb
netfilter: nf_tables: free flow table struct too
by Florian Westphal
· 7 years ago
b8088dd
netfilter: nf_tables: use dev->name directly
by Florian Westphal
· 7 years ago
c293ac95
netfilter: nft_set_rbtree: fix panic when destroying set by GC
by Taehee Yoo
· 7 years ago
9970a8e
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
by Taehee Yoo
· 7 years ago
26b2f55
netfilter: nf_tables: fix jumpstack depth validation
by Taehee Yoo
· 7 years ago
1992d99
net/smc: take sock lock in smc_ioctl()
by Ursula Braun
· 7 years ago
b5d2d75
net/ipv6: Do not allow device only routes via the multipath API
by David Ahern
· 7 years ago
31048d7
tcp: Fix broken repair socket window probe patch
by Stefan Baranoff
· 7 years ago
e665159
ipv6: make DAD fail with enhanced DAD when nonce length differs
by Sabrina Dubroca
· 7 years ago
b7ed879
net: ip6_gre: get ipv6hdr after skb_cow_head()
by Prashant Bhole
· 7 years ago
32da122
tls: Stricter error checking in zerocopy sendmsg path
by Dave Watson
· 7 years ago
c604cb7
KEYS: DNS: fix parsing multiple options
by Eric Biggers
· 7 years ago
c7ea20c
ipv6/mcast: init as INCLUDE when join SSM INCLUDE group
by Hangbin Liu
· 7 years ago
6e2059b
ipv4/igmp: init group mode as INCLUDE when join source group
by Hangbin Liu
· 7 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 7 years ago
b0c05d0e
tcp: fix dctcp delayed ACK schedule
by Yuchung Cheng
· 7 years ago
c849eb0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
e78bfb0
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
by Stefano Brivio
· 7 years ago
09210c4
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
by Magnus Karlsson
· 7 years ago
6efb443
xsk: always return ENOBUFS from sendmsg if there is no TX queue
by Magnus Karlsson
· 7 years ago
9684f5e
xsk: do not return EAGAIN from sendmsg when completion queue is full
by Magnus Karlsson
· 7 years ago
509d764
xsk: do not return ENXIO from TX copy mode
by Magnus Karlsson
· 7 years ago
993675a
packet: reset network header if packet shorter than ll reserved space
by Willem de Bruijn
· 7 years ago
bab2c80
nsh: set mac len based on inner packet
by Willem de Bruijn
· 7 years ago
8b70086
net: Don't copy pfmemalloc flag in __copy_skb_header()
by Stefano Brivio
· 7 years ago
70b7ff1
tcp: allow user to create repair socket without window probes
by Stefan Baranoff
· 7 years ago
21684dc
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
by Stefan Baranoff
· 7 years ago
83fe6b8
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
by Jacob Keller
· 7 years ago
672f5cc
Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan
by David S. Miller
· 7 years ago
6e6fddc
bpf: fix panic due to oob in bpf_prog_test_run_skb
by Daniel Borkmann
· 7 years ago
61d7698
bpf: fix availability probing for seg6 helpers
by Mathieu Xhonneux
· 7 years ago
59ee412
bpf: fix ldx in ld_abs rewrite for large offsets
by Daniel Borkmann
· 7 years ago
26420d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
84379c9
netfilter: ipv6: nf_defrag: drop skb dst before queueing
by Florian Westphal
· 7 years ago
2045cdf
netfilter: nf_conntrack: Fix possible possible crash on module loading.
by Andrey Ryabinin
· 7 years ago
21d5e07
netfilter: nft_compat: explicitly reject ERROR and standard target
by Florian Westphal
· 7 years ago
6508b67
tcp: cleanup copied_seq and urg_data in tcp_disconnect
by Eric Dumazet
· 7 years ago
7f93d12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 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
· 7 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
e240cd0
netfilter: nf_tables: place all set backends in one single module
by Pablo Neira Ayuso
· 7 years ago
5711b4e
netfilter: nf_tproxy: fix possible non-linear access to transport header
by Máté Eckl
· 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
d376bef
netfilter: x_tables: set module owner for icmp(6) matches
by Florian Westphal
· 7 years ago
b30c122
ieee802154: 6lowpan: set IFLA_LINK
by Lubomir Rintel
· 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
Next »