summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: free management frame keys when removing stationJohannes Berg2015-01-071-1/+1
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-01-071-5/+6
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2015-01-061-2/+2
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2015-01-061-0/+1
* ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2015-01-061-2/+2
* 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-11-271-1/+5
* ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-11-271-0/+4
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-192-60/+57
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-191-0/+2
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-11-192-26/+10
* netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin2014-11-191-9/+8
* netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-11-191-3/+5
* netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-11-191-3/+3
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-191-7/+7
* mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-11-191-1/+2
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-11-191-1/+6
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-191-37/+132
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-191-2/+0
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-191-0/+3
* gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-191-3/+4
* sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-191-9/+6
* ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-191-9/+1
* mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan2014-11-131-1/+1
* fix misuses of f_count() in ppp and netlinkAl Viro2014-11-131-1/+1
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-11-131-0/+38
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-11-051-3/+9
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-11-051-39/+20
* ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-11-051-1/+2
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-11-051-1/+1
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-10-311-1/+5
* net: fix checksum features handling in netif_skb_features()Michal Kubeček2014-10-311-5/+11
* tcp: fixing TLP's FIN recoveryPer Hurtig2014-10-171-3/+1
* sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-171-3/+16
* ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-171-2/+2
* xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-10-171-8/+24
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-10-173-6/+22
* bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-10-171-1/+1
* bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2014-10-172-4/+14
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-10-171-1/+2
* openvswitch: fix panic with multiple vlan headersJiri Benc2014-10-171-0/+5
* packet: handle too big packets for PACKET_V3Eric Dumazet2014-10-172-0/+18
* tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell2014-10-171-5/+3
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-10-173-4/+6
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-10-171-3/+3
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-10-175-56/+56
* rtnetlink: fix VF info sizeJiri Benc2014-10-171-1/+2
* netlink: reset network header before passing to tapsDaniel Borkmann2014-10-171-1/+1
* nl80211: clear skb cb before passing to netlinkJohannes Berg2014-10-131-0/+3