summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-23tipc: fix potential hanging after b/rcast changingTuong Lien1-9/+15
2020-01-17rxrpc: Fix missing security check on incoming callsDavid Howells6-60/+59
2020-01-17rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells1-17/+3
2020-01-17rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2-26/+28
2020-01-17sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle1-0/+1
2020-01-17compat_ioctl: handle SIOCOUTQNSDArnd Bergmann1-0/+1
2020-01-17af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2020-01-17xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-17xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2020-01-17bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8
2020-01-17xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever3-4/+9
2020-01-17xprtrdma: Fix MR list handlingChuck Lever1-20/+21
2020-01-17xprtrdma: Connection becomes unstable after a reconnectChuck Lever2-0/+25
2020-01-17xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever1-2/+2
2020-01-17netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann1-5/+5
2020-01-17netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso1-5/+21
2020-01-17hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2020-01-17hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2020-01-17hsr: rename debugfs file when interface name is changedTaehee Yoo3-0/+20
2020-01-17hsr: add hsr root debugfs directoryTaehee Yoo4-3/+28
2020-01-17netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu1-3/+0
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-14netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2-0/+6
2020-01-14netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal1-11/+16
2020-01-12vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-12vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-12llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2
2020-01-12xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2020-01-12rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki1-2/+5
2020-01-12bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2020-01-12cfg80211: fix double-free after changing network namespaceStefan Bühler1-0/+1
2020-01-12mac80211: fix TID field in monitor mode transmitFredrik Olofsson1-0/+9
2020-01-12netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso1-0/+3
2020-01-12netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso1-1/+1
2020-01-12netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso4-3/+21
2020-01-12netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso1-3/+9
2020-01-12netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso1-5/+16
2020-01-12netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu1-0/+3
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2020-01-09hsr: fix a race condition in node list insertion and deletionTaehee Yoo5-37/+56
2020-01-09hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo3-24/+21
2020-01-09hsr: avoid debugfs warning message when module is removeTaehee Yoo1-1/+0
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet3-4/+5
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet2-3/+8