summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix creation adjacent device symlinksAlexander Y. Fomichev2015-01-271-7/+11
* net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2015-01-271-1/+60
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-01-271-0/+6
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2015-01-271-3/+6
* cfg80211: avoid mem leak on driver hint setArik Nemtsov2015-01-271-1/+4
* cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2015-01-271-5/+2
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-01-271-0/+1
* tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-271-2/+2
* net: Reset secmark when scrubbing packetThomas Graf2015-01-271-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-01-271-5/+8
* batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2015-01-271-1/+1
* batman-adv: Unify fragment size calculationSven Eckelmann2015-01-271-1/+1
* batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2015-01-271-1/+1
* netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf2015-01-271-1/+1
* netlink: Always copy on mmap TX.David Miller2015-01-271-36/+16
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2015-01-271-4/+5
* 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