Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
61a18f1c66636c3226598719935eca06e81976ca
/
net
91874ec
netlink: Don't shift on 64 for ngroups
by Dmitry Safonov
· 6 years ago
5dbfb6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
5607016
net/smc: no cursor update send in state SMC_INIT
by Ursula Braun
· 6 years ago
f664e37d
l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()
by Guillaume Nault
· 6 years ago
e6aed04
Revert "net/ipv6: fix metrics leak"
by David S. Miller
· 6 years ago
c01f6c9
rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
by YueHaibing
· 6 years ago
a94c689
net: dsa: Do not suspend/resume closed slave_dev
by Florian Fainelli
· 6 years ago
bc5b6c0
netlink: Fix spectre v1 gadget in netlink_create()
by Jeremy Cline
· 6 years ago
4672694
ipv4: frags: handle possible skb truesize change
by Eric Dumazet
· 6 years ago
56e2c94
inet: frag: enforce memory limits earlier
by Eric Dumazet
· 6 years ago
2d55d61
net: xsk: don't return frames via the allocator on error
by Jakub Kicinski
· 6 years ago
61f4b23
netlink: Don't shift with UB on nlk->ngroups
by Dmitry Safonov
· 6 years ago
df18b50
net/ipv6: fix metrics leak
by Sabrina Dubroca
· 6 years ago
25432eb
openvswitch: meter: Fix setting meter id for new entries
by Justin Pettit
· 6 years ago
7acf9d4
netlink: Do not subscribe to non-existent groups
by Dmitry Safonov
· 6 years ago
383d470
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
by Neal Cardwell
· 6 years ago
e978de7
net: socket: Fix potential spectre v1 gadget in sock_is_registered
by Jeremy Cline
· 6 years ago
c8e8cd5
net: socket: fix potential spectre v1 gadget in socketcall
by Jeremy Cline
· 6 years ago
958b4cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
9fc1202
ipv4: remove BUG_ON() from fib_compute_spec_dst
by Lorenzo Bianconi
· 6 years ago
71eb525
bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
by Taehee Yoo
· 6 years ago
3eee1f7
bpf: fix bpf_skb_load_bytes_relative pkt length check
by Daniel Borkmann
· 6 years ago
d0fdb36
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
36e0f12
xdp: add NULL pointer check in __xdp_return()
by Taehee Yoo
· 6 years ago
9e630bc
RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr
by Avinash Repaka
· 6 years ago
7effaf0
net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
by Tariq Toukan
· 6 years ago
d24458e
xsk: fix poll/POLLIN premature returns
by Björn Töpel
· 6 years ago
b87bac1
net: igmp: make function __ip_mc_inc_group() static
by Wei Yongjun
· 6 years ago
9aee400
tcp: ack immediately when a cwr packet arrives
by Lawrence Brakmo
· 6 years ago
2efd4fc
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
by Willem de Bruijn
· 6 years ago
049f560
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
e1adf31
Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
e31f645
cfg80211: never ignore user regulatory hint
by Amar Singhal
· 6 years ago
144fe2b
sock: fix sg page frag coalescing in sk_alloc_sg
by Daniel Borkmann
· 6 years ago
90fd131
netfilter: nf_tables: move dumper state allocation into ->start
by Florian Westphal
· 6 years ago
58152ec
tcp: add tcp_ooo_try_coalesce() helper
by Eric Dumazet
· 6 years ago
8541b21
tcp: call tcp_drop() from tcp_data_queue_ofo()
by Eric Dumazet
· 6 years ago
3d4bf93
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
by Eric Dumazet
· 6 years ago
f4a3313
tcp: avoid collapses in tcp_prune_queue() if possible
by Eric Dumazet
· 6 years ago
72cd43b
tcp: free batches of packets in tcp_prune_ofo_queue()
by Eric Dumazet
· 6 years ago
3dd1c9a
ip: hash fragments consistently
by Paolo Abeni
· 6 years ago
e873e4b
ipv6: use fib6_info_hold_safe() when necessary
by Wei Wang
· 6 years ago
5025f7f
rtnetlink: add rtnl_link_state check in rtnl_configure_link
by Roopa Prabhu
· 6 years ago
08d3ffc
multicast: do not restore deleted record source filter mode to new one
by Hangbin Liu
· 6 years ago
ff907a1
net: skb_segment() should not return NULL
by Eric Dumazet
· 6 years ago
24b711e
net/ipv6: Fix linklocal to global address with VRF
by David Ahern
· 6 years ago
64119e0
net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
by YueHaibing
· 6 years ago
fcf4793
tls: check RCV_SHUTDOWN in tls_wait_data
by Doron Roberts-Kedes
· 6 years ago
a0496ef2
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 6 years ago
27cde44
tcp: do not cancel delay-AcK on DCTCP special ACK
by Yuchung Cheng
· 6 years ago
2987bab
tcp: helpers to send special DCTCP ack
by Yuchung Cheng
· 6 years ago
6613b61
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
by Florian Westphal
· 6 years ago
c6cc94d
netfilter: nf_tables: don't allow to rename to already-pending name
by Florian Westphal
· 6 years ago
9f8aac0
netfilter: nf_tables: fix memory leaks on chain rename
by Florian Westphal
· 6 years ago
a12486eb
netfilter: nf_tables: free flow table struct too
by Florian Westphal
· 6 years ago
b8088dd
netfilter: nf_tables: use dev->name directly
by Florian Westphal
· 6 years ago
4905bd9
net/page_pool: Fix inconsistent lock state warning
by Tariq Toukan
· 6 years ago
024ddc0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
e56b8ce
tcp: identify cryptic messages as TCP seq # bugs
by Randy Dunlap
· 6 years ago
3ee593a
ipv6: sr: fix useless rol32 call on hash
by Colin Ian King
· 6 years ago
9640ccc
Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 6 years ago
5318918
net: sched: Using NULL instead of plain integer
by YueHaibing
· 6 years ago
f6bdc42
net/smc: reset recv timeout after clc handshake
by Karsten Graul
· 6 years ago
ac0107e
net/smc: add error handling for get_user()
by Ursula Braun
· 6 years ago
99be51f
net/smc: optimize consumer cursor updates
by Ursula Braun
· 6 years ago
3bc53be
net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
by Tetsuo Handa
· 6 years ago
83ed7d1
ipv6: ila: select CONFIG_DST_CACHE
by Arnd Bergmann
· 6 years ago
c293ac9
netfilter: nft_set_rbtree: fix panic when destroying set by GC
by Taehee Yoo
· 6 years ago
9970a8e
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
by Taehee Yoo
· 6 years ago
26b2f55
netfilter: nf_tables: fix jumpstack depth validation
by Taehee Yoo
· 6 years ago
1992d99
net/smc: take sock lock in smc_ioctl()
by Ursula Braun
· 6 years ago
b5d2d75
net/ipv6: Do not allow device only routes via the multipath API
by David Ahern
· 6 years ago
31048d7
tcp: Fix broken repair socket window probe patch
by Stefan Baranoff
· 6 years ago
e665159
ipv6: make DAD fail with enhanced DAD when nonce length differs
by Sabrina Dubroca
· 6 years ago
b7ed879
net: ip6_gre: get ipv6hdr after skb_cow_head()
by Prashant Bhole
· 6 years ago
32da122
tls: Stricter error checking in zerocopy sendmsg path
by Dave Watson
· 6 years ago
c604cb7
KEYS: DNS: fix parsing multiple options
by Eric Biggers
· 6 years ago
c7ea20c
ipv6/mcast: init as INCLUDE when join SSM INCLUDE group
by Hangbin Liu
· 6 years ago
6e2059b5
ipv4/igmp: init group mode as INCLUDE when join source group
by Hangbin Liu
· 6 years ago
c290fba
net/9p/client.c: put refcount of trans_mod in error case in parse_opts()
by piaojun
· 6 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 6 years ago
b0c05d0e
tcp: fix dctcp delayed ACK schedule
by Yuchung Cheng
· 6 years ago
c849eb0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
e78bfb0
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
by Stefano Brivio
· 6 years ago
09210c4
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
by Magnus Karlsson
· 6 years ago
6efb443
xsk: always return ENOBUFS from sendmsg if there is no TX queue
by Magnus Karlsson
· 6 years ago
9684f5e
xsk: do not return EAGAIN from sendmsg when completion queue is full
by Magnus Karlsson
· 6 years ago
509d764
xsk: do not return ENXIO from TX copy mode
by Magnus Karlsson
· 6 years ago
993675a
packet: reset network header if packet shorter than ll reserved space
by Willem de Bruijn
· 6 years ago
bab2c80
nsh: set mac len based on inner packet
by Willem de Bruijn
· 6 years ago
8b70086
net: Don't copy pfmemalloc flag in __copy_skb_header()
by Stefano Brivio
· 6 years ago
70b7ff1
tcp: allow user to create repair socket without window probes
by Stefan Baranoff
· 6 years ago
21684dc
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
by Stefan Baranoff
· 6 years ago
83fe6b8
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
by Jacob Keller
· 6 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
· 6 years ago
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
26420d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
84379c9
netfilter: ipv6: nf_defrag: drop skb dst before queueing
by Florian Westphal
· 6 years ago
Next »