summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: free management frame keys when removing stationJohannes Berg2015-01-151-1/+1
* cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2015-01-151-5/+2
* nl80211: check matches array length before acessing itLuciano Coelho2015-01-151-1/+1
* cfg80211: avoid mem leak on driver hint setArik Nemtsov2015-01-151-1/+4
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2015-01-151-3/+6
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-01-151-5/+6
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2015-01-051-1/+1
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-151-2/+2
* gre: Set inner mac header in gro completeTom Herbert2014-12-151-0/+3
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-12-151-0/+1
* ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-12-151-2/+2
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-12-152-0/+12
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-12-101-0/+34
* net/ping: handle protocol mismatching scenarioJane Zhou2014-12-101-0/+2
* SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-12-101-11/+16
* mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl2014-12-011-0/+3
* ipx: fix locking regression in ipx_sendmsg and ipx_recvmsgJiri Bohac2014-12-011-1/+5
* ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-12-011-0/+4
* netlink: Properly unbind in error conditions.Hiroaki SHIMODA2014-11-271-2/+3
* ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet2014-11-271-1/+1
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-271-2/+0
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-271-0/+3
* gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-271-2/+3
* sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-271-9/+6
* vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-271-10/+1
* ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-271-9/+1
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-271-37/+132
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-201-7/+7
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-11-201-1/+6
* mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-11-201-1/+2
* mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho2014-11-205-17/+10
* net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-11-171-1/+2
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-11-171-1/+5
* fix misuses of f_count() in ppp and netlinkAl Viro2014-11-141-1/+1
* SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust2014-11-141-0/+3
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-11-141-0/+4
* netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero2014-11-141-1/+1
* netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin2014-11-141-9/+8
* netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-11-141-3/+5
* netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-11-141-3/+3
* netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca2014-11-141-2/+2
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-11-141-1/+1
* mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan2014-11-131-1/+1
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-11-132-26/+10
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-131-0/+2
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-132-60/+57
* gre: Use inner mac length when computing tunnel lengthTom Herbert2014-11-051-1/+1
* ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari2014-11-051-0/+1
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-11-051-39/+20
* net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-11-051-1/+2