summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tipc: update code comments to reflect new uapi header pathYing Xue2013-06-172-2/+2
* net: add socket option for low latency pollingEliezer Tamir2013-06-173-6/+10
* net: convert low latency sockets to sched_clock()Eliezer Tamir2013-06-171-16/+17
* net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-171-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-06-141-1/+0
|\
| * openvswitch: Fix struct comment.Pravin B Shelar2013-06-141-1/+0
* | net/mlx4: Add VF link state supportRony Efraim2013-06-131-1/+1
* | net/core: Add VF link state controlRony Efraim2013-06-133-0/+17
* | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-131-2/+2
* | tcp: properly send new data in fast recovery in first RTTYuchung Cheng2013-06-131-3/+2
* | macvtap: slient sparse warningsJason Wang2013-06-131-1/+1
* | tun: Report "persist" flag to userspacePavel Emelyanov2013-06-121-0/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-127-34/+191
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-117-34/+191
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-032-1/+6
| | |\ \
| | | * | cfg80211: remove cleanup_work kernel-docJohannes Berg2013-05-291-1/+0
| | | * | cfg80211: support an active monitor interface flagFelix Fietkau2013-05-292-0/+6
| | * | | cw1200: rename the cw1200 platform definition headerSolomon Peachy2013-06-031-0/+0
| | * | | cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy2013-06-031-1/+36
| | * | | cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy2013-06-031-6/+6
| | * | | cw1200: move platform_data header to correct location.Solomon Peachy2013-06-031-0/+0
| | * | | cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy2013-05-291-0/+46
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-05-295-37/+111
| | |\| |
| | | * | cfg80211: make WoWLAN configuration available to driversJohannes Berg2013-05-271-0/+4
| | | * | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-251-28/+23
| | | * | cfg80211: vastly simplify lockingJohannes Berg2013-05-251-3/+2
| | | * | Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2013-05-251-4/+8
| | | |\ \
| | | * | | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-0/+9
| | | * | | cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen2013-05-241-0/+7
| | | * | | mac80211: add STBC flag for radiotapOleksij Rempel2013-05-242-0/+11
| | | * | | cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2013-05-162-0/+7
| | | * | | wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-161-0/+9
| | | * | | wireless: fix kerneldoc content in *80211.h files.Robert P. J. Day2013-05-162-2/+3
| | | * | | nl80211: Add generic netlink module alias for cfg80211/nl80211Marcel Holtmann2013-05-161-0/+2
| | | * | | mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+6
| | | * | | cfg80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-162-0/+20
| | | | |/ | | | |/|
| | * / | bcma: support SPROM rev 10Rafał Miłecki2013-05-221-0/+1
| | |/ /
* | | | ipv4: remove is_data also from ip_options documentation.Rami Rosen2013-06-121-1/+0
* | | | team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-121-0/+10
* | | | team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2013-06-121-0/+1
* | | | doc:networking: Update comment for dev_id field in netdevice.hNarendra K2013-06-121-2/+4
* | | | net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-121-3/+4
* | | | igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-122-0/+6
* | | | net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-111-2/+2
|/ / /
* | | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-115-13/+25
* | | netlink: Add compare function for netlink_tableGao feng2013-06-111-0/+1
* | | bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-111-0/+1
* | | bridge: Add flag to control mac learning.Vlad Yasevich2013-06-111-0/+1
* | | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-101-8/+0
* | | net: add low latency socket pollEliezer Tamir2013-06-105-2/+162