summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-25134-1263/+1766
|\
| * 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
| | | * netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso2019-12-091-0/+3
| | | * netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso2019-12-091-1/+1
| | | * netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2019-12-094-3/+21
| | | * netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2019-12-091-3/+9
| | | * netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2019-12-091-5/+16
| | | * netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2019-12-071-1/+1
| | | * netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu2019-12-021-0/+3
| | | * netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
| | | * netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal2019-11-301-3/+4
| | | * netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
| | | * netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
| | | * netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1
| | | * netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2019-11-291-0/+3