summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-1/+25
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-1/+1
2013-08-21Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2-0/+2
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-2/+3
2013-08-21Bluetooth: Add constants for SCO airmodeFrédéric Dalleau1-0/+4
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2-0/+9
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-0/+2
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-8/+106
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg1-0/+83
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade1-1/+2
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade1-0/+2
2013-08-12mac80211: add vif to testmode cmdDavid Spinadel1-3/+4
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel1-2/+3
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg1-3/+16
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-0/+70
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+3
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich1-0/+37
2013-08-01nl80211/cfg80211: add channel switch commandSimon Wunderlich1-0/+33
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2-3/+3
2013-07-25Bluetooth: Add HCI authentication capabilities macrosMikel Astiz1-0/+6
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich1-0/+27
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-1/+3
2013-07-16mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich2-0/+8
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich1-0/+2
2013-07-16nl80211: add scan width to bss and scan request structsSimon Wunderlich1-3/+51
2013-07-16cfg80211/nl80211: Add packet coalesce supportAmitkumar Karwar1-0/+54
2013-07-16wireless: indent kernel-doc with tabsJohannes Berg2-20/+20
2013-07-16nl80211: enable HT overrides for ibssSimon Wunderlich1-0/+5
2013-07-16cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar1-3/+3
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+16
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+6
2013-07-11net: rename busy poll socket op and globalsEliezer Tamir1-4/+4
2013-07-11net: rename ll methods to busy-pollEliezer Tamir1-10/+12
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-0/+0
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-37/+18
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir1-22/+24
2013-07-089P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2013-07-08net/9p: add privport option to 9p tcp transportJim Garlick1-0/+3
2013-07-04net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-07-04net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+4
2013-07-03net: lls fix build with allnoconfigEliezer Tamir1-3/+3
2013-07-03net: convert lls to use time_in_range()Eliezer Tamir1-9/+17
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-0/+1
2013-07-02ipv4: remove fib_update_nh_saddrs() declaration.Rami Rosen1-1/+0
2013-07-02net: sctp: prevent checksum.h from double inclusionDaniel Borkmann1-0/+5
2013-07-02ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-0/+3
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-75/+0
2013-07-02net: avoid calling sched_clock when LLS is offEliezer Tamir1-2/+15
2013-07-02net: fix LLS debug_smp_processor_id() warningEliezer Tamir1-5/+25
2013-07-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-28/+52