aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar1-4/+8
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-38/+76
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann2-23/+17
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann1-1/+3
2013-04-25packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann1-13/+23
2013-04-25packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann1-25/+25
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn2-6/+39
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-49/+58
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter1-0/+1
2013-04-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller53-1645/+2895
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel1-4/+4
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville53-1645/+2895
2013-04-23netlink: Fix build with mmap disabled.David S. Miller1-0/+7
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-12/+39
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com1-1/+1
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com17-17/+17
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell1-1/+1
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman1-13/+8
2013-04-23ipvs: off by one in set_sctp_state()Dan Carpenter1-1/+1
2013-04-23ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman1-1/+2
2013-04-23ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman1-2/+2
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov2-17/+26
2013-04-23ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2-2/+2
2013-04-23ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov1-4/+6
2013-04-23ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov1-8/+6
2013-04-23ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov1-1/+4
2013-04-22batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli1-0/+7
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller43-223/+391
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann1-4/+1
2013-04-22net: Remove return value from list_netdevice()dingtianhong1-3/+1
2013-04-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville30-562/+1231
2013-04-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville12-677/+1083
2013-04-22mac80211/minstrel: use the new rate control APIFelix Fietkau2-91/+111
2013-04-22mac80211/minstrel_ht: use the new rate control APIFelix Fietkau2-68/+84
2013-04-22mac80211: improve the rate control APIFelix Fietkau3-167/+303
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel5-1/+183
2013-04-22mac80211: minstrel_ht: initialize rates selectionKarl Beldan1-0/+3
2013-04-22mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan1-6/+15
2013-04-22rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun1-2/+5
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland3-2/+5
2013-04-22mac80211: indicate admission control in TX queue parametersAlexander Bondar1-0/+1
2013-04-22cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg1-4/+4
2013-04-22cfg80211: fix P2P-Device stop lockingJohannes Berg1-0/+2
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg56-1215/+2307
2013-04-21net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy1-0/+1
2013-04-21net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy1-3/+4
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller47-40/+122