summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-05net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2019-12-26net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-12-25hsr: reset network header when supervision frame is createdTaehee Yoo
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo
2019-12-25hsr: avoid debugfs warning message when module is removeTaehee Yoo
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2019-12-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti
2019-12-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter
2019-12-20netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2019-12-20netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
2019-12-17net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-17sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2019-12-16Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux...David S. Miller
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella
2019-12-16vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella
2019-12-16rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki
2019-12-15net/smc: add fallback check to connect()Ursula Braun
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet