summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rds: ib: add error handleZhu Yanjun2017-10-081-11/+36
* netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang2017-10-081-9/+11
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-10-085-0/+7
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-10-081-0/+2
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* audit: log 32-bit socketcallsRichard Guy Briggs2017-10-081-3/+14
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-10-084-11/+29
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-051-0/+3
* mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-10-051-0/+2
* ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2017-09-271-2/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-271-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-271-6/+19
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-271-0/+4
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-09-271-4/+2
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43
* 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
* 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
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-301-0/+2
* 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
* netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-08-241-3/+10
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-121-1/+1
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-123-6/+10
* revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman2017-08-121-1/+1
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-121-4/+9
* 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: 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: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-111-1/+1
* dccp: fix a memleak for dccp_feat_init err processXin Long2017-08-111-2/+5
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-111-1/+1
* 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
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-08-111-0/+1
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-111-5/+4
* vlan: Propagate MAC address to VLANsMike Manning2017-08-113-3/+24
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-111-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-111-3/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-08-111-1/+3
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-111-1/+7
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2017-08-111-2/+2
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2017-08-111-0/+3