summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-3/+17
* net: dsa: select NET_SWITCHDEVVivien Didelot2017-11-151-2/+3
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-11-151-1/+27
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-271-1/+1
* netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-10-211-2/+2
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-10-211-1/+1
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-211-1/+1
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-211-2/+4
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-211-3/+5
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-10-212-7/+8
* l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-10-211-1/+3
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-212-2/+4
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-10-211-5/+11
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-10-211-10/+11
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-10-211-0/+1
* nl80211: Define policy for packet pattern attributesPeng Xu2017-10-181-2/+10
* 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-1/+7
* bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-10-081-2/+5
* 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
* 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
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-274-35/+12
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-271-3/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-271-0/+4
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-09-273-6/+10
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-09-272-7/+27
* 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
* ipv6: repair fib6 tree in failure caseWei Wang2017-08-301-11/+11