summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-131-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-131-1/+3
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-04-131-0/+3
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-131-1/+1
* rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-131-6/+15
* ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-134-12/+28
* Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2018-04-131-2/+15
* sctp: fix recursive locking warning in sctp_do_peeloffXin Long2018-04-131-2/+2
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-131-23/+42
* l2tp: fix missing print session offset infoHangbin Liu2018-04-131-0/+2
* net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2018-04-131-0/+3
* net: move somaxconn init from sysctl codeRoman Kapl2018-04-132-2/+19
* netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2018-04-131-1/+6
* libceph: NULL deref on crush_decode() error pathDan Carpenter2018-04-131-0/+1
* xfrm: fix state migration copy replay sequence numbersAntony Antony2018-04-131-0/+2
* net: x25: fix one potential use-after-free issuelinzhang2018-04-132-9/+20
* neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2018-04-131-4/+10
* ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2018-04-131-1/+4
* mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho2018-04-131-0/+4
* af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2018-04-131-1/+1
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-04-081-1/+7
* netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-04-083-5/+36
* netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal2018-04-081-0/+34
* xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-04-081-0/+5
* net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-04-081-1/+1
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-04-081-13/+8
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-04-081-1/+1
* net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-04-081-2/+4
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-04-081-1/+1
* net/iucv: Free memory obtained by kzallocArvind Yadav2018-04-081-1/+3
* l2tp: do not accept arbitrary socketsEric Dumazet2018-04-081-2/+6
* ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-04-081-1/+2
* dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-04-081-0/+5
* mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach2018-03-241-0/+1
* tcp: remove poll() flakes with FastOpenEric Dumazet2018-03-241-7/+9
* net: ipv6: send unsolicited NA on admin upDavid Ahern2018-03-241-0/+2
* mac80211: remove BUG() when interface type is invalidLuca Coelho2018-03-221-1/+1
* net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2018-03-222-1/+8
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2018-03-221-0/+12
* batman-adv: handle race condition for claims between gatewaysAndreas Pape2018-03-221-4/+16
* fixup: sctp: verify size of a new chunk in _sctp_make_chunk()Greg Kroah-Hartman2018-03-181-1/+1
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-03-181-0/+4
* netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-03-181-2/+19
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-03-181-1/+12
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2018-03-181-3/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2018-03-181-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2018-03-181-6/+6
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-111-0/+5
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-111-2/+5
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-111-2/+6