summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-2/+3
| * | tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-131-0/+8
| * | tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-133-12/+14
| * | ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu2019-12-131-4/+4
| |/
| * tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-101-3/+3
| * tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-101-14/+18
| * tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-101-9/+15
| * tipc: fix name table rbtree issuesTuong Lien2019-12-101-100/+179
| * af_packet: set defaule value for tmoMao Wenan2019-12-091-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-0911-54/+109
| |\
| | * netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso2019-12-091-31/+28
| | * netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet2019-12-091-0/+3