summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2013-08-152-56/+44
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-1511-14/+14
* rtnetlink: remove an unneeded testDan Carpenter2013-08-151-2/+2
* ip6tnl: add x-netns supportNicolas Dichtel2013-08-152-10/+36
* ipip: add x-netns supportNicolas Dichtel2013-08-154-20/+32
* ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel2013-08-152-5/+5
* dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-152-6/+7
* ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2013-08-132-3/+39
* tcp: reset reordering est. selectively on timeoutYuchung Cheng2013-08-131-2/+7
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-1334-380/+1779
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-1234-380/+1779
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-0915-34/+663
| | |\
| | | * mac80211: add channel switch command and beacon callbacksSimon Wunderlich2013-08-017-2/+386
| | | * nl80211/cfg80211: add channel switch commandSimon Wunderlich2013-08-013-1/+166
| | | * mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg2013-08-011-0/+9
| | | * mac80211: report some VHT radiotap infos for tx statusKarl Beldan2013-08-011-13/+63
| | | * mac80211: ibss - remove not authorized station earlierAntonio Quartulli2013-08-011-1/+29
| | | * mac80211: use oneshot blink API for LED triggersFabio Baltieri2013-08-015-17/+10
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-0912-55/+95
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-023-20/+41
| | | |\ \
| | | | * | mac80211: continue using disabled channels while connectedJohannes Berg2013-07-311-1/+10
| | | | * | cfg80211: fix P2P GO interface teardownJohannes Berg2013-07-311-0/+1
| | | | * | mac80211: ignore HT primary channel while connectedJohannes Berg2013-07-311-13/+13
| | | | * | mac80211: don't wait for TX status foreverJohannes Berg2013-07-311-3/+12
| | | | * | mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright2013-07-311-1/+1
| | | | * | nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-301-2/+4
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-0127-329/+1078
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | mac80211: make active monitor injection work w/ HW queueJohannes Berg2013-07-161-0/+4
| | | * | | mac80211: set forwarding in mesh capability infoChun-Yeow Yeoh2013-07-161-1/+3
| | | * | | mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich2013-07-161-1/+3
| | | * | | mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich2013-07-163-31/+10
| | | * | | nl80211: allow 5 and 10 MHz channels for IBSSSimon Wunderlich2013-07-161-0/+2
| | | * | | mac80211: return if IBSS chandef can not be usedSimon Wunderlich2013-07-161-0/+8
| | | * | | mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich2013-07-164-23/+56
| | | * | | cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich2013-07-163-3/+4
| | | * | | cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich2013-07-163-9/+29
| | | * | | mac80211: select and adjust bitrates according to channel modeSimon Wunderlich2013-07-1612-159/+352
| | | * | | mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich2013-07-161-9/+12
| | | * | | mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich2013-07-165-25/+90
| | | * | | mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-164-9/+27
| | | * | | nl80211: add scan width to bss and scan request structsSimon Wunderlich2013-07-163-16/+28
| | | * | | cfg80211/nl80211: Add packet coalesce supportAmitkumar Karwar2013-07-164-0/+321
| | | * | | mac80211: add per-chain signal information to radiotapJohannes Berg2013-07-161-17/+52
| | | * | | mac80211: enable HT overrides for ibssSimon Wunderlich2013-07-163-17/+57
| | | * | | nl80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-0/+13
| | | * | | cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar2013-07-161-18/+16
* | | | | | net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich2013-08-131-30/+69
|/ / / / /
* | | | | af_unix: fix bug on large send()Eric Dumazet2013-08-111-1/+2
* | | | | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-103-52/+56
* | | | | af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2013-08-101-35/+30
OpenPOWER on IntegriCloud