index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
5
-25
/
+43
2021-06-28
net: sched: fix warning in tcindex_alloc_perfect_hash
Pavel Skripkin
1
-1
/
+1
2021-06-28
net: lwtunnel: handle MTU calculation in forwading
Vadim Fedorenko
1
-1
/
+2
2021-06-24
ipv6: fix out-of-bound access in ip6_parse_tlv()
Eric Dumazet
1
-14
/
+13
2021-06-24
can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
Norbert Slusarek
1
-1
/
+1
2021-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-54
/
+114
2021-06-23
ipv6: exthdrs: do not blindly use init_net
Eric Dumazet
1
-2
/
+2
2021-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
7
-32
/
+43
2021-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-52
/
+64
2021-06-22
net/ipv4: swap flow ports when validating source
Miao Wang
1
-0
/
+2
2021-06-22
ip6_tunnel: fix GRE6 segmentation
Jakub Kicinski
1
-2
/
+2
2021-06-22
mptcp: drop duplicate mptcp_setsockopt() declaration
Paolo Abeni
1
-3
/
+0
2021-06-22
mptcp: avoid race on msk state changes
Paolo Abeni
3
-8
/
+29
2021-06-22
bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
Bui Quang Minh
1
-1
/
+1
2021-06-22
netfilter: nf_tables: do not allow to delete table with owner by handle
Pablo Neira Ayuso
1
-3
/
+9
2021-06-22
netfilter: nf_tables: skip netlink portID validation if zero
Pablo Neira Ayuso
1
-1
/
+1
2021-06-22
xfrm: Fix xfrm offload fallback fail case
Ayush Sawal
1
-0
/
+1
2021-06-21
pkt_sched: sch_qfq: fix qfq_change_class() error path
Eric Dumazet
1
-5
/
+3
2021-06-21
vsock: notify server to shutdown when client has pending signal
Longpeng(Mike)
1
-1
/
+1
2021-06-21
mptcp: fix 32 bit DSN expansion
Paolo Abeni
1
-16
/
+1
2021-06-21
mptcp: fix bad handling of 32 bit ack wrap-around
Paolo Abeni
2
-12
/
+21
2021-06-21
netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic
Pablo Neira Ayuso
1
-10
/
+7
2021-06-21
netfilter: nf_tables: memleak in hw offload abort path
Pablo Neira Ayuso
2
-37
/
+31
2021-06-21
tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
Jakub Kicinski
1
-1
/
+1
2021-06-21
Merge tag 'linux-can-fixes-for-5.13-20210619' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
David S. Miller
5
-4
/
+20
2021-06-21
net/netif_receive_skb_core: Use migrate_disable()
Sebastian Andrzej Siewior
1
-2
/
+2
2021-06-21
skmsg: Increase sk->sk_drops when dropping packets
Cong Wang
1
-8
/
+14
2021-06-21
skmsg: Pass source psock to sk_psock_skb_redirect()
Cong Wang
1
-5
/
+6
2021-06-21
skmsg: Teach sk_psock_verdict_apply() to return errors
Cong Wang
1
-9
/
+14
2021-06-21
skmsg: Fix a memory leak in sk_psock_verdict_apply()
Cong Wang
1
-0
/
+5
2021-06-21
skmsg: Clear skb redirect pointer before dropping it
Cong Wang
1
-0
/
+2
2021-06-21
udp: Fix a memory leak in udp_read_sock()
Cong Wang
1
-0
/
+2
2021-06-21
skmsg: Improve udp_bpf_recvmsg() accuracy
Cong Wang
3
-29
/
+65
2021-06-19
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
Oleksij Rempel
2
-0
/
+7
2021-06-19
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
1
-3
/
+4
2021-06-19
can: gw: synchronize rcu operations before removing gw job entry
Oliver Hartkopp
1
-0
/
+3
2021-06-19
can: bcm: delay release of struct bcm_op after synchronize_rcu()
Thadeu Lima de Souza Cascardo
1
-1
/
+6
2021-06-18
Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
56
-347
/
+625
2021-06-18
Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
5
-15
/
+35
2021-06-18
icmp: don't send out ICMP messages with a source address of 0.0.0.0
Toke Høiland-Jørgensen
1
-0
/
+7
2021-06-18
xsk: Fix broken Tx ring validation
Magnus Karlsson
1
-4
/
+7
2021-06-18
mac80211: handle various extensible elements correctly
Johannes Berg
1
-11
/
+11
2021-06-18
mac80211: reset profile_periodicity/ema_ap
Johannes Berg
1
-0
/
+8
2021-06-18
cfg80211: avoid double free of PMSR request
Avraham Stern
1
-2
/
+14
2021-06-18
cfg80211: make certificate generation more robust
Johannes Berg
1
-1
/
+1
2021-06-18
mac80211: minstrel_ht: fix sample time check
Felix Fietkau
1
-1
/
+1
2021-06-16
net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock
Eric Dumazet
1
-3
/
+4
2021-06-16
net/packet: annotate accesses to po->ifindex
Eric Dumazet
1
-7
/
+9
2021-06-16
net/packet: annotate accesses to po->bind
Eric Dumazet
1
-8
/
+8
[next]