summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-301-1/+2
* net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-303-51/+17
* tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
* net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-271-10/+12
* net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-261-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-263-20/+19
|\
| * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| * netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16
| * netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
* | hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-251-0/+2
* | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-255-37/+56
* | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-253-0/+20
* | hsr: add hsr root debugfs directoryTaehee Yoo2019-12-254-3/+28
* | hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-253-24/+21
* | hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-251-1/+0
* | sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-2/+2
* | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-3/+3
* | ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2411-22/+38
* | Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\ \
| * | rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * | rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| * | rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
| |/
* | sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-241-15/+15
* | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2250-274/+583
|\ \
| * | net/smc: unregister ib devices in reboot_eventKarsten Graul2019-12-201-1/+1
| * | llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2019-12-201-2/+2
| * | net: dsa: ksz: use common define for tag lenMichael Grzeschik2019-12-201-5/+3
| * | net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti2019-12-191-0/+25
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-193-8/+17
| |\
| | * net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin2019-12-191-0/+2
| | * xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy2019-12-191-8/+14
| | * bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer2019-12-131-0/+1
| * | net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-181-1/+1
| * | net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2019-12-171-2/+5
| * | net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)2019-12-171-1/+2
| * | net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-173-4/+5
| * | sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner2019-12-171-2/+6
| * | Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-12-168-27/+80
| |\ \
| | * | rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki2019-12-161-2/+5
| | * | mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen2019-12-135-24/+64
| | * | mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter2019-12-131-1/+1
| | * | cfg80211: fix double-free after changing network namespaceStefan Bühler2019-12-131-0/+1
| | * | mac80211: fix TID field in monitor mode transmitFredrik Olofsson2019-12-131-0/+9
| | |/
| * | vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella2019-12-161-2/+15
| * | vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella2019-12-161-4/+4
| * | net/smc: add fallback check to connect()Ursula Braun2019-12-151-6/+8
| * | tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-131-4/+2