summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-04sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-04-049p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-04-049p/net: put a lower bound on msizeDominique Martinet1-0/+21
2019-04-04sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+8
2019-03-25can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2019-03-25sunrpc: use-after-free in svc_process_common()Vasily Averin3-6/+11
2019-02-11ipv6: tunnels: fix two use-after-freeEric Dumazet1-0/+1
2019-02-11VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2019-02-11mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2019-02-11mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2019-02-11rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2019-02-11SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2019-02-11SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2019-02-11net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2019-02-11l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long1-5/+4
2019-02-11netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2-3/+5
2019-02-11netfilter: nf_tables: fix oob accessFlorian Westphal1-1/+1
2019-02-11netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal1-9/+6
2019-02-11batman-adv: Expand merged fragment buffer for full packetSven Eckelmann1-1/+1
2019-02-11batman-adv: Use only queued fragments when mergingSven Eckelmann1-8/+5
2019-02-11batman-adv: Check total_size when queueing fragmentsSven Eckelmann2-2/+7
2019-02-11can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp1-7/+8
2019-02-11mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2019-02-11SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2019-02-11xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-02-11sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2019-02-11netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2019-02-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal3-5/+36
2019-02-11rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2019-02-11nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2019-02-11net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2019-02-11ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2019-02-11llc: do not use sk_eat_skb()Eric Dumazet1-8/+5
2019-02-11net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2019-02-11Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2019-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2-26/+40
2019-02-11ipv6: Fix another sparse warning on rt6i_nodeBen Hutchings1-3/+3
2018-12-16net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-2/+80
2018-12-16net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-12-16ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-12-16ipv6: Compute net once in raw6_send_hdrincEric W. Biederman1-2/+3
2018-12-16rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-12-16net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-12-16mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-12-16ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-12-16ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-12-16ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-1/+2
2018-12-16batman-adv: Prevent duplicated tvlv handlerSven Eckelmann1-2/+6
2018-12-16batman-adv: Prevent duplicated global TT entrySven Eckelmann1-2/+4