summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-08-03asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn1-2/+0
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby1-1/+0
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2022-07-29bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra1-1/+18
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2-0/+12
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2-0/+12
2022-07-29net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2-0/+2
2022-07-29net: skb_drop_reason: add document for drop reasonsMenglong Dong1-6/+6
2022-07-29net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2-2/+2
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2-0/+2
2022-07-29net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2-0/+8
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong2-8/+51
2022-07-29tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2-3/+3
2022-07-29tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-3/+10
2022-07-29ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-1/+0
2022-07-29ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+4
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra1-0/+3
2022-07-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+2
2022-07-23x86/kvm/vmx: Make noinstr cleanPeter Zijlstra1-1/+1
2022-07-21serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+5
2022-07-21firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas1-0/+12
2022-07-21firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointerJavier Martinez Canillas1-5/+5
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan1-2/+2
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-0/+6
2022-07-21raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-21netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso1-5/+9
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-21reset: Fix devm bulk optional exclusive control getterSerge Semin1-1/+1
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-1/+2
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-12Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2-2/+0