summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: free management frame keys when removing stationJohannes Berg2015-01-081-1/+1
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-01-081-5/+6
* mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl2014-12-161-0/+3
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-161-2/+2
* gre: Set inner mac header in gro completeTom Herbert2014-12-161-0/+3
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-12-161-0/+1
* ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-12-161-2/+2
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-12-162-0/+12
* batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang2014-12-061-1/+1
* net/ping: handle protocol mismatching scenarioJane Zhou2014-12-061-0/+2
* ipx: fix locking regression in ipx_sendmsg and ipx_recvmsgJiri Bohac2014-12-061-1/+5
* ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-12-061-0/+4
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-212-60/+57
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-211-0/+2
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-11-212-26/+10
* netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero2014-11-211-1/+1
* netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin2014-11-211-9/+8
* netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-11-211-3/+5
* netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-11-211-3/+3
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-11-211-1/+1
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-211-7/+7
* mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-11-211-1/+2
* mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho2014-11-215-17/+10
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-11-211-1/+6
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-211-37/+132
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-211-2/+0
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-211-0/+3
* gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-211-2/+3
* sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-211-9/+6
* vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-211-10/+1
* ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-211-9/+1
* mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan2014-11-141-1/+1
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-11-141-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
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-11-141-0/+33
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-11-141-3/+9
* gre: Use inner mac length when computing tunnel lengthTom Herbert2014-11-141-1/+1
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-11-141-39/+20
* ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-11-141-1/+2
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-11-141-1/+1
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-10-301-5/+1
* tcp: fixing TLP's FIN recoveryPer Hurtig2014-10-151-3/+1
* sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-151-3/+16
* ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-151-2/+2
* gro: fix aggregation for skb using frag_listEric Dumazet2014-10-151-0/+3
* xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-10-151-8/+24
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-10-153-6/+22
* bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-10-151-1/+1