summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* packet_diag: disclose uid valueNicolas Dichtel2013-04-291-5/+14
* bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun2013-04-271-2/+3
* net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
* net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-251-1/+1
* openvswitch: Use parallel_ops genl.Pravin B Shelar2013-04-251-4/+8
* genl: Allow concurrent genl callbacks.Pravin B Shelar2013-04-251-38/+76
* irda: irlmp_reasons[] can be staticWu Fengguang2013-04-251-1/+1
* net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0Star
* packet: account statistics only in tpacket_stats_uDaniel Borkmann2013-04-252-23/+17Star
* packet: reorder a member in packet_ring_bufferDaniel Borkmann2013-04-251-1/+3
* packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann2013-04-251-13/+23
* packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann2013-04-251-25/+25
* packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-252-6/+39
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-259-49/+58
|\
| * netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter2013-04-251-0/+1
| * ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8Star
| * ipvs: off by one in set_sctp_state()Dan Carpenter2013-04-231-1/+1
| * ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman2013-04-231-1/+2
| * ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
| * ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-232-17/+26
| * ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2013-04-232-2/+2
| * ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov2013-04-231-4/+6
| * ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov2013-04-231-8/+6Star
| * ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov2013-04-231-1/+4
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-04-2453-1645/+2895
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2453-1645/+2895
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-232-12/+39
| | |\ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-2230-562/+1231
| | |\ \ \
| | | * | | mac80211/minstrel: use the new rate control APIFelix Fietkau2013-04-222-91/+111
| | | * | | mac80211/minstrel_ht: use the new rate control APIFelix Fietkau2013-04-222-68/+84
| | | * | | mac80211: improve the rate control APIFelix Fietkau2013-04-223-167/+303
| | | * | | cfg80211: introduce critical protocol indication from user-spaceArend van Spriel2013-04-225-1/+183
| | | * | | mac80211: minstrel_ht: initialize rates selectionKarl Beldan2013-04-221-0/+3
| | | * | | mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan2013-04-221-6/+15
| | | * | | rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun2013-04-221-2/+5
| | | * | | mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland2013-04-223-2/+5
| | | * | | mac80211: indicate admission control in TX queue parametersAlexander Bondar2013-04-221-0/+1
| | | * | | cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg2013-04-221-4/+4
| | | * | | cfg80211: fix P2P-Device stop lockingJohannes Berg2013-04-221-0/+2
| | | * | | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-2256-1215/+2307
| | | |\ \ \
| | | * | | | nl80211: allow using wdev identifiers to get scan resultsJohannes Berg2013-04-191-75/+91
| | | * | | | mac80211: fix P2P-Device management frame RXJohannes Berg2013-04-181-1/+2
| | | * | | | mac80211: optimize minstrel_ewmaKarl Beldan2013-04-171-2/+3
| | | * | | | mac80211: cosmetics for minstrel_debugfsKarl Beldan2013-04-171-2/+2
| | | * | | | mac80211: fix station entry leak/warning while suspendingJohannes Berg2013-04-171-2/+2
| | | * | | | mac80211: fix CTS protection handlingFelix Fietkau2013-04-162-2/+12
| | | * | | | mac80211: fix and optimize MCS mask handlingFelix Fietkau2013-04-164-8/+26
| | | * | | | mac80211: adjust initial chandefs assignments in ieee80211_register_hwKarl Beldan2013-04-161-11/+12
| | | * | | | mac80211: fix rate control tx handler for VHT ratesKarl Beldan2013-04-161-14/+17