summaryrefslogtreecommitdiffstats
path: root/drivers/net (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-10netfilter: nf_conntrack: remove unnecessary function declarationRami Rosen1-2/+0
2008-06-10netfilter: ctnetlink: include conntrack status in destroy event messageFabian Hugelshofer1-3/+3
2008-06-10netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer6-7/+36
2008-06-10netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy7-16/+18
2008-06-10netfilter: nf_conntrack_extend: use krealloc() in nf_conntrack_extend.c V2Pekka Enberg1-6/+4
2008-06-10netfilter: ip6_tables: add ip6tables security tableJames Morris5-0/+187
2008-06-10netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris7-6/+209
2008-06-10netfilter: ctnetlink: add full support for SCTP to ctnetlinkPablo Neira Ayuso2-0/+90
2008-06-10netfilter: ctnetlink: group errors into logical errno setsPablo Neira Ayuso1-11/+10
2008-06-10netfilter: ebtables: add IPv6 supportKuo-lang Tseng6-17/+244
2008-06-10af_iucv: exploit target message class support of IUCVUrsula Braun1-0/+1
2008-06-10iucv: prevent cpu hotplug when walking cpu_online_map.Heiko Carstens1-4/+7
2008-06-10iucv: fix section mismatch warning.Heiko Carstens1-1/+1
2008-06-10sctp: Fix problems with the new SCTP_DELAYED_ACK codeVlad Yasevich1-2/+2
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev3-4/+4
2008-06-05tipc: Message rejection rework preparatory changesAllan Stephens3-4/+31
2008-06-05tipc: Fix bugs in rejection of message with short headerAllan Stephens1-4/+6
2008-06-05tipc: Message header creation optimizationsAllan Stephens1-6/+1
2008-06-05tipc: Expand link sequence gap field to 13 bitsAllan Stephens1-4/+4
2008-06-05tipc: Add missing spinlock in name table display codeAllan Stephens1-1/+3
2008-06-05tipc: Prevent display of name table types with no publicationsAllan Stephens1-0/+3
2008-06-05tipc: Optimize message initialization routineAllan Stephens7-18/+16
2008-06-05tipc: Prevent access of non-existent field in short message headerAllan Stephens1-1/+3
2008-06-05tipc: Minor optimizations to received message processingAllan Stephens3-25/+8
2008-06-05tipc: Fix minor bugs in link session number handlingAllan Stephens1-5/+12
2008-06-05tipc: Fix bugs in message error code display when debuggingAllan Stephens1-3/+0
2008-06-05tipc: Standardize error checking on incoming messages via native APIAllan Stephens1-16/+9
2008-06-05tipc: Fix bug in connection setup via native APIAllan Stephens1-6/+3
2008-06-03libertas: unify various CF-related definesHolger Schurig1-93/+79
2008-06-03mac80211: removing shadowed sbandTomas Winkler1-3/+0
2008-06-03mac80211: fix unbalanced locking in ieee80211_get_buffered_bcTomas Winkler1-1/+1
2008-06-03mac80211: fix panic when using hardware WEPPavel Roskin1-1/+1
2008-06-03mac80211: fix rate control initialisationJohannes Berg1-0/+2
2008-06-03PS3: gelic: Add support for ESSID scanMasakazu Mokuno1-7/+58
2008-06-03p54: fix skb->cb tx info conversionJohannes Berg1-5/+10
2008-06-03PS3: gelic: Deprecate the private ioctls in the gelic driverMasakazu Mokuno2-0/+19
2008-06-03PS3: gelic: Use the new PMK interface in the gelic driverMasakazu Mokuno1-34/+12
2008-06-03WEXT: Add support for passing PMK and capability flags to WEXTMasakazu Mokuno1-0/+2
2008-06-03PS3: gelic: Kill the static bounce bufferMasakazu Mokuno2-12/+0
2008-06-03PS3: gelic: Allocate the bounce buffer dynamicallyMasakazu Mokuno1-7/+33
2008-06-03iwlwifi: clean iwl4965_mac_configTomas Winkler2-15/+13
2008-06-03iwlwifi: send calibration results as HUGE commandsEmmanuel Grumbach2-19/+28
2008-06-03iwlwifi: remove debugfs entries before cfg80211Emmanuel Grumbach1-2/+3
2008-06-03iwlwifi: fix a memory leak in scanEmmanuel Grumbach2-1/+2
2008-06-03iwlwifi: disable FAT channel when not permittedEmmanuel Grumbach1-0/+19
2008-06-03mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach4-2/+54
2008-06-03iwlwifi: move iwl_get_hw_mode to iwl-core.hRon Rindjunsky2-6/+6
2008-06-03iwlwifi: Rx handlers common use for 4965 and 5000Ron Rindjunsky3-19/+20
2008-06-03iwlwifi: add frame count limit to link quality commandTomas Winkler1-0/+1
2008-06-03iwlwifi: move aggregation code to iwl-tx.cTomas Winkler5-210/+228