summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-261-1/+11
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-252-45/+91
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-0/+12
| | * | | | | mac80211: request TX status where neededJohannes Berg2009-11-191-1/+1
| | * | | | | cfg80211: introduce capability for 4addr modeJohannes Berg2009-11-191-0/+11
| | * | | | | cfg80211: convert bools into flagsJohannes Berg2009-11-191-27/+35
| | * | | | | mac80211: make software rate control optionalJohannes Berg2009-11-181-0/+14
| | * | | | | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-15/+13Star
| | * | | | | mac80211: add the total ampdu length to tx infoFelix Fietkau2009-11-181-2/+5
| * | | | | | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-211-2/+2
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-4/+3Star
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-181-4/+41
| |\ \ \ \ \ \
| | * | | | | | cfg80211: return channel noise via survey APIHolger Schurig2009-11-131-0/+34
| | * | | | | | mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo2009-11-131-0/+1
| | * | | | | | mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-131-4/+4
| | * | | | | | nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau2009-11-111-0/+2
| * | | | | | | Phonet: convert devices list to RCURémi Denis-Courmont2009-11-181-1/+1
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | inetpeer: Optimize inet_getid()Eric Dumazet2009-11-141-11/+5Star
| * | | | | | | | inet: fix inet_bind_bucket_for_eachLucian Adrian Grijincu2009-11-141-2/+2
| * | | | | | | | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-141-3/+0Star
| | |/ / / / / / | |/| | | | | |
| * | | | | | | udp: bind() optimisationEric Dumazet2009-11-111-1/+2
| * | | | | | | Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-111-0/+1
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-092-20/+98
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: async station powersave handlingJohannes Berg2009-11-061-0/+32
| | * | | | | | | mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-051-2/+23
| | * | | | | | | mac80211: deprecate qual valueJohannes Berg2009-10-301-1/+1
| | * | | | | | | mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-8/+34
| | * | | | | | | mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2009-10-301-8/+7Star
| | * | | | | | | mac80211: fix radiotap header generationJohannes Berg2009-10-301-1/+1
| * | | | | | | | xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-091-1/+4
| * | | | | | | | udp: secondary hash on (local port, local address)Eric Dumazet2009-11-092-4/+26
| * | | | | | | | udp: split sk_hash into two u16 hashesEric Dumazet2009-11-091-1/+5
| * | | | | | | | udp: add a counter into udp_hslotEric Dumazet2009-11-091-0/+8
| * | | | | | | | net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-3/+5
| * | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller2009-11-072-7/+31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov2009-11-061-0/+4
| | * | | | | | | | ieee802154: add an mlme_ops call to retrieve PHY objectDmitry Eremin-Solenikov2009-11-062-0/+8
| | * | | | | | | | ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov2009-11-061-5/+5
| | * | | | | | | | wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov2009-11-061-1/+5
| | * | | | | | | | wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov2009-11-061-1/+1
| | * | | | | | | | wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov2009-11-061-0/+2
| | * | | | | | | | wpan-phy: add a helper to put the wpan_phy deviceDmitry Eremin-Solenikov2009-11-061-0/+6
| * | | | | | | | | Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-11-061-0/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-191-0/+6
| * | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-063-6/+9
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: drop capability from protocol definitionsEric Paris2009-11-061-4/+0Star
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | tcp: Use defaults when no route options are availableGilad Ben-Yossef2009-11-051-1/+1
| * | | | | | | | | | net: cleanup include/netEric Dumazet2009-11-0437-240/+120Star
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-292-14/+49
| |\ \ \ \ \ \ \ \ \