summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-12-01af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
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-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-22sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-229p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-11-22nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-11-22net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-11-10net: socket: fix a missing-check bugWenwen Wang1-3/+8
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-11-10unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2018-11-10sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2018-11-10rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann1-4/+7
2018-11-10xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-10cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski1-0/+1
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo1-0/+2
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-11-10ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+12
2018-11-10rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-11-10netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-11-10net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-11-10ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-10-13ebtables: arpreply: Add the standard target sanity checkGao Feng1-0/+3
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-13mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-10-13mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-10-13mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-10-13cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli1-0/+1
2018-10-13mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-4/+1
2018-10-13ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-1/+2
2018-10-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-10-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-26netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet1-2/+2