summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-065-27/+111
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-065-27/+111
| |\
| | * mac80211: add support for mcs masksSimon Wunderlich2012-01-301-0/+1
| | * nl80211: add support for mcs masksSimon Wunderlich2012-01-301-2/+1
| | * kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-271-0/+6
| | * {nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-01-271-0/+1
| | * mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2012-01-271-7/+7
| | * mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-271-9/+20
| | * NFC: Add NCI multiple targets supportIlan Elias2012-01-242-2/+41
| | * NFC: NFC core layer should not set the target_idxIlan Elias2012-01-241-1/+0
| | * NFC: Clearly separate NCI states from flagsIlan Elias2012-01-241-4/+10
| | * NFC: Add NCI data exchange timerIlan Elias2012-01-241-0/+3
| | * NFC: Export new attributes sensb_res and sensf_resIlan Elias2012-01-242-2/+25
| | * wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu2012-01-241-0/+2
| | * NFC: Increase NCI deactivate timeoutIlan Elias2012-01-241-1/+1
* | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-061-1/+8
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-043-4/+14
|\ \
| * | net: Disambiguate kernel messageArun Sharma2012-02-011-4/+10
| * | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-301-0/+2
| * | netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-271-0/+1
| * | net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-261-0/+1
* | | caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com2012-02-041-0/+1
* | | ipv6: Remove never used function inet6_ac_check().David S. Miller2012-02-011-1/+0
* | | tcp: md5: protects md5sig_info with RCUEric Dumazet2012-02-011-0/+1
* | | tcp: md5: rcu conversionEric Dumazet2012-01-311-32/+29
* | | tcp: md5: remove obsolete md5_add() methodEric Dumazet2012-01-311-4/+0
* | | net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-302-64/+2
* | | ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-271-1/+0
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-243-9/+7
|\ \
| * | netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker2012-01-241-1/+0
| * | bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-221-1/+1
| * | net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-221-6/+4
| * | net: fix socket memcg build with !CONFIG_NETGlauber Costa2012-01-221-1/+1
| * | kernel-doc: fix new warning in net/sock.hRandy Dunlap2012-01-221-0/+1
| |/
* | kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-231-0/+6
|/
* net: fix some sparse errorsEric Dumazet2012-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-122-3/+4
|\
| * net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-1/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-121-2/+2
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+2
| | |\
| | | * Bluetooth: Rename extfeaturesAndre Guedes2012-01-021-2/+2
| | * | net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2012-01-081-6/+0
| | * | net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa2012-01-071-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-101-21/+7
|\ \ \ \ | |/ / / |/| | |
| * | | 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-21/+7
* | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-091-7/+7
|\ \ \ \
| * | | | percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-7/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | | | net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-051-43/+55
OpenPOWER on IntegriCloud