summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-26tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-2/+0
2008-11-26cfg80211: add support for custom firmware regulatory solutionsLuis R. Rodriguez1-0/+7
2008-11-26cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez1-0/+15
2008-11-25netfilter: fix warning in net/netfilter/nf_conntrack_proto_tcp.cIngo Molnar1-1/+1
2008-11-25tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-0/+5
2008-11-25tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen1-2/+0
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1
2008-11-24net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-1/+8
2008-11-22WAN: syncppp.c is no longer used by any kernel code. Remove it.Krzysztof Hałasa1-102/+0
2008-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-119/+117
2008-11-22net: Fix memory leak in the proto_register functionCatalin Marinas2-0/+2
2008-11-22net: use net_eq() in INET_MATCH and INET_TW_MATCHEric Dumazet1-4/+4
2008-11-21wireless: missing include in lib80211.hRami Rosen1-1/+1
2008-11-21mac80211: add explicit padding in struct ieee80211_tx_infoJohn W. Linville1-0/+1
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville1-0/+3
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville3-115/+111
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-2/+0
2008-11-21mac80211: fix BUILD_BUG_ON() caused by misalignment on armFelix Fietkau1-1/+1
2008-11-21DCB: Add support for DCB BCNAlexander Duyck1-0/+4
2008-11-21DCB: Add interface to query the state of PFC feature.Alexander Duyck1-0/+2
2008-11-21DCB: Add interface to query # of TCs supported by deviceAlexander Duyck1-0/+2
2008-11-21DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck1-0/+1
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck1-0/+44
2008-11-21net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-7/+7
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-16/+12
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-30/+15
2008-11-20include/net net/ - csum_partial - remove unnecessary castsJoe Perches2-4/+4
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-19mac80211: remove ieee80211_notify_macJohannes Berg1-20/+0
2008-11-18netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy1-1/+1
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso3-5/+56
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso1-3/+2
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+3
2008-11-17ematch: simpler tcf_em_unregister()Alexey Dobriyan1-1/+1
2008-11-17net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet1-0/+19
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2-7/+7
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet2-12/+47
2008-11-14lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-1/+1
2008-11-14pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-17/+0
2008-11-14tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik1-1/+0
2008-11-13net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan1-0/+2
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-10/+2
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet1-0/+7
2008-11-12net: Introduce read_pnet() and write_pnet() helpersEric Dumazet1-0/+18
2008-11-12net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-12net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+0
2008-11-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-11-11net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-10cfg80211: make use of reg macros on REG_RULELuis R. Rodriguez1-11/+11
2008-11-10nl80211: Add TX queue parameter configurationJouni Malinen1-0/+23