summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-069-18/+9Star
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-0627-81/+54Star
* Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-062-48/+11Star
|\
| * net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-192-0/+3
| * net/compat: Merge multiple implementations of ifreq::ifr_data conversionBen Hutchings2013-11-191-43/+6Star
| * net/compat: Fix minor information leak in siocdevprivate_ioctl()Ben Hutchings2013-11-191-5/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0515-59/+99
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-0/+10
| |\ \
| | * | mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich2013-12-021-0/+4
| | * | cfg80211: disable CSA for all driversSimon Wunderlich2013-12-021-0/+6
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-2514-59/+89
| |\| |
| | * | mac80211: set hw initial idle stateKarl Beldan2013-11-251-0/+2
| | * | mac80211: use capped prob when computing throughputsKarl Beldan2013-11-251-1/+1
| | * | cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau2013-11-251-0/+4
| | * | mac80211: fix connection pollingEliad Peller2013-11-251-0/+2
| | * | mac80211: fix the mesh channel switch supportChun-Yeow Yeoh2013-11-255-14/+24
| | * | mac80211: don't attempt to reorder multicast framesJohannes Berg2013-11-251-1/+2
| | * | cfg80211: disable 5/10 MHz support for all driversJohannes Berg2013-11-251-0/+3
| | * | mac80211: minstrel_ht: fix rates selectionKarl Beldan2013-11-251-2/+3
| | * | mac80211: fix for mesh beacon update on powersaveJavier Lopez2013-11-251-1/+1
| | * | mac80211: fix crash when using AP VLAN interfacesFelix Fietkau2013-11-251-1/+0Star
| | * | nl80211: check nla_nest_start() return valueJohannes Berg2013-11-251-0/+2
| | * | nl80211: fix error path in nl80211_get_key()Johannes Berg2013-11-251-1/+1
| | * | nl80211: check nla_put_* return valuesJohannes Berg2013-11-251-22/+30
| | * | mac80211: fix scheduled scan rtnl deadlockJohannes Berg2013-11-252-1/+2
| | * | mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic2013-11-251-4/+2Star
| | * | cfg80211: fix ibss wext chandef creationSimon Wunderlich2013-11-251-9/+9
| | * | Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-11-251-2/+1Star
* | | | rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra2013-12-031-3/+2Star
* | | | IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10Star
* | | | ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
* | | | ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong2013-12-021-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-0228-94/+186
|\ \ \ \
| * | | | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-021-0/+7
| * | | | netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
| * | | | netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
| * | | | netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1
| * | | | net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin2013-11-301-0/+28
| * | | | net/hsr: Very small fix of comment style.Arvid Brodin2013-11-301-1/+2
| * | | | ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2013-11-301-2/+2
| * | | | inet: fix possible seqlock deadlocksEric Dumazet2013-11-293-3/+3
| * | | | net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-291-0/+3
| * | | | net: clamp ->msg_namelen instead of returning an errorDan Carpenter2013-11-292-2/+2
| * | | | af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2013-11-291-2/+2
| * | | | net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2013-11-292-12/+0Star
| * | | | sit: use kfree_skb to replace dev_kfree_skbGao feng2013-11-291-3/+3
| * | | | sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2013-11-292-1/+5
| * | | | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-291-2/+9
| * | | | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-291-1/+1
| * | | | sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25