summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: check policy direction valueVladis Dronov2017-09-071-0/+6
* Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-08-301-6/+5
* Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-08-301-7/+10
* Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-08-301-11/+22
* netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-08-301-3/+3
* netfilter: nat: fix src map lookupFlorian Westphal2017-08-301-8/+9
* netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-08-301-1/+1
* net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev2017-08-301-2/+20
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-301-0/+2
* irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-301-1/+1
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-301-2/+1
* ipv6: repair fib6 tree in failure caseWei Wang2017-08-301-11/+11
* ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-301-0/+4
* tipc: fix use-after-freeEric Dumazet2017-08-301-2/+4
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-301-0/+2
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-1/+1
* openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-303-3/+7
* net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-301-1/+9
* net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-301-3/+0
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-301-1/+4
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-301-5/+7
* dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-301-2/+12
* dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-301-4/+1
* af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-301-22/+26
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-121-4/+9
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-123-7/+10
* igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-122-6/+7
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-123-3/+3
* tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-121-1/+1
* net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-121-10/+10
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-121-8/+3
* net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-121-1/+2
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-121-2/+2
* ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-08-111-1/+1
* udp6: fix socket leak on early demuxPaolo Abeni2017-08-112-10/+20
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-08-111-2/+5
* dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-08-111-0/+1
* dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-08-111-0/+1
* ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-08-111-4/+0
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-111-1/+1
* openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-08-111-2/+5
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-08-111-1/+2
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-08-111-4/+5
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-111-2/+6
* Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-08-111-0/+1
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-08-111-0/+1
* wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-08-111-0/+2
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-08-112-0/+2
* tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-08-111-1/+9