summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | macvlan: export macvlan mode through netlinkArnd Bergmann2009-11-261-0/+15
| * | | | | | | veth: move loopback logic to common locationArnd Bergmann2009-11-261-0/+2
| * | | | | | | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-251-1/+11
| * | | | | | | xfrm: Define new XFRM netlink auth attribute with specified truncation bitsMartin Willi2009-11-251-0/+8
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-246-46/+111
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-0/+12
| | * | | | | mac80211: request TX status where neededJohannes Berg2009-11-191-1/+1
| | * | | | | cfg80211: disallow bridging managed/adhoc interfacesJohannes Berg2009-11-191-0/+1
| | * | | | | cfg80211: introduce capability for 4addr modeJohannes Berg2009-11-191-0/+11
| | * | | | | cfg80211: convert bools into flagsJohannes Berg2009-11-191-27/+35
| | * | | | | mac80211: use a structure to hold the mesh config information elementRui Paulo2009-11-181-1/+15
| | * | | | | rfkill: Add constant for RFKILL_TYPE_FM radio devicesMarcel Holtmann2009-11-181-0/+2
| | * | | | | rfkill: Add missing description for RFKILL_TYPE_GPSMarcel Holtmann2009-11-181-0/+1
| | * | | | | mac80211: make software rate control optionalJohannes Berg2009-11-181-0/+14
| | * | | | | wl1251: add NVS in EEPROM supportDavid-John Willis2009-11-181-0/+1
| | * | | | | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-15/+13
| | * | | | | mac80211: add the total ampdu length to tx infoFelix Fietkau2009-11-181-2/+5
| * | | | | | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-202-4/+4
| * | | | | | X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-181-0/+1
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1849-108/+219
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-184-9/+331
| |\ \ \ \ \ \
| | * | | | | | znet: fix build failure from i82593.h relocationJohn W. Linville2009-11-171-0/+229
| | * | | | | | cfg80211: return channel noise via survey APIHolger Schurig2009-11-132-0/+68
| | * | | | | | mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo2009-11-132-0/+4
| | * | | | | | mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-132-8/+8
| | * | | | | | mac80211: implement RANN processing and forwardingRui Paulo2009-11-131-0/+15
| | * | | | | | nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau2009-11-112-0/+6
| | * | | | | | mac80211: update meshconf IERui Paulo2009-11-111-1/+1
| * | | | | | | Phonet: convert devices list to RCURémi Denis-Courmont2009-11-181-1/+1
| * | | | | | | linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2009-11-181-1/+2
| * | | | | | | net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila2009-11-181-0/+1
| * | | | | | | net: add dev_txq_stats_fold() helperEric Dumazet2009-11-171-0/+1
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-172-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | remove deprecated and not used: print_mac()Marin Mitov2009-11-151-4/+0
| * | | | | | | | net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-151-12/+30
| * | | | | | | | inetpeer: Optimize inet_getid()Eric Dumazet2009-11-131-11/+5
| * | | | | | | | inet: fix inet_bind_bucket_for_eachLucian Adrian Grijincu2009-11-131-2/+2
| * | | | | | | | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-131-0/+10
| * | | | | | | | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-132-3/+6
| * | | | | | | | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-131-11/+32
| | |/ / / / / / | |/| | | | | |
| * | | | | | | netdev: add netdev_continue_rcustephen hemminger2009-11-102-0/+16
| * | | | | | | usbnet: Set link down initially for drivers that update link stateBen Hutchings2009-11-101-0/+1
| * | | | | | | udp: bind() optimisationEric Dumazet2009-11-102-1/+8
| * | | | | | | Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-101-0/+1
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-093-21/+109
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: async station powersave handlingJohannes Berg2009-11-061-0/+32
| | * | | | | | | mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-041-2/+23
| | * | | | | | | mac80211: also drop qos-nullfunc frames silentlyJohannes Berg2009-10-301-1/+11
| | * | | | | | | mac80211: deprecate qual valueJohannes Berg2009-10-301-1/+1
| | * | | | | | | mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-8/+34
OpenPOWER on IntegriCloud