summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-04-121-0/+4
* mac80211: Fix Public Action frame RX in AP modeJouni Malinen2016-03-161-0/+1
* mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2016-03-162-10/+28
* mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau2016-03-161-1/+1
* mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-03-161-1/+1
* mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-03-161-1/+1
* mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2016-03-162-2/+3
* cfg80211/wext: fix message orderingJohannes Berg2016-03-162-1/+4
* wext: fix message delay/orderingJohannes Berg2016-03-161-11/+40
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-031-1/+1
* mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni2016-03-035-19/+11
* rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-03-031-12/+4
* libceph: don't spam dmesg with stray reply warningsIlya Dryomov2016-03-031-2/+2
* libceph: use the right footer size when skipping a messageIlya Dryomov2016-03-031-2/+9
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-03-031-2/+2
* libceph: fix ceph_msg_revoke()Ilya Dryomov2016-03-031-18/+58
* Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-03-031-0/+3
* Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-03-031-1/+3
* Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-03-032-26/+18
* Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2016-03-031-1/+5
* sctp: Fix port hash table size computationNeil Horman2016-03-031-7/+36
* unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin2016-03-031-1/+1
* tipc: unlock in error pathInsu Yun2016-03-031-1/+3
* rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-03-032-2/+2
* IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-03-031-1/+3
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-03-035-35/+35
* route: check and remove route cache when we get routeXin Long2016-03-031-14/+63
* net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-03-031-0/+1
* l2tp: Fix error creating L2TP tunnelsMark Tomlinson2016-03-031-4/+14
* tcp: md5: release request socket instead of listenerEric Dumazet2016-03-031-2/+4
* tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-03-031-6/+6
* af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat2016-03-031-1/+6
* af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat2016-03-031-6/+10
* ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-03-034-3/+11
* flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-03-031-3/+6
* net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-03-031-0/+7
* sctp: translate network order to host order when users get a hmacidXin Long2016-03-031-2/+7
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-033-2/+14
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-03-032-5/+11
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-033-6/+13
* ipv6: fix a lockdep splatEric Dumazet2016-03-031-2/+3
* ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-03-031-1/+4
* ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-03-031-0/+3
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-03-032-5/+8
* tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-03-031-4/+8
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-03-032-9/+9
* inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-03-032-2/+1
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-03-031-6/+5
* sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-03-031-0/+2
* af_unix: fix struct pid memory leakEric Dumazet2016-03-031-0/+1