summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-17netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal1-6/+3
2018-12-17netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo1-3/+15
2018-12-17netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo1-2/+5
2018-12-17netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo1-6/+6
2018-12-17net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-12-17net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-12-17sctp: update frag_point when stream_interleave is setXin Long2-3/+7
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-17sctp: kfree_rcu asocXin Long1-1/+1
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree3-8/+8
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-12-17ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner3-2/+21
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-12-13mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-12-13cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen1-0/+2
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-13batman-adv: Expand merged fragment buffer for full packetSven Eckelmann1-1/+1
2018-12-13batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann1-2/+4
2018-12-08tipc: use destination length for copy stringGuoqing Jiang1-1/+1
2018-12-05tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet3-6/+16
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn1-2/+2
2018-12-05net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
2018-12-01can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp1-7/+8
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet2-9/+4
2018-12-01llc: do not use sk_eat_skb()Eric Dumazet1-7/+4
2018-12-01sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-11-27libceph: fall back to sendmsg for slab pagesIlya Dryomov1-3/+9
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-27netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal1-9/+12
2018-11-27netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik1-4/+8
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2018-11-27netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin1-4/+4
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook1-4/+4
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2-18/+22
2018-11-27Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso1-127/+0
2018-11-27netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal1-4/+9
2018-11-23rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells3-8/+46
2018-11-23sctp: not increase stream's incnt before sending addstrm_in requestXin Long1-1/+0
2018-11-23sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long1-1/+1
2018-11-23l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long1-5/+4