summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+6
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-219p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-11-21nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-11-21net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-10l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
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: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
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-10net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov1-2/+1
2018-11-10bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu1-1/+9
2018-11-10l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2-10/+12
2018-11-10gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2018-11-10vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel1-0/+31
2018-11-10sch_red: update backlog as wellWANG Cong1-0/+4
2018-11-10xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2018-11-10ipv6: orphan skbs in reassembly unitEric Dumazet1-0/+1
2018-11-10af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk1-5/+3
2018-11-10net: drop write-only stack variableDavid Herrmann1-4/+1
2018-11-10Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
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-10mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
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-10-20rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-20netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-10-20net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-6/+84
2018-10-20ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-20ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-10-20ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-10-13ebtables: arpreply: Add the standard target sanity checkGao Feng1-0/+3
2018-10-13tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-10-13tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-10-13tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-5/+11
2018-10-13tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang5-154/+230
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet3-13/+22
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53