summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-14tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-10-12net: percpu net_device refcountEric Dumazet1-7/+33
2010-10-12Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller9-63/+66
2010-10-12dccp: cosmetics - warning formatGerrit Renker2-2/+2
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker2-2/+3
2010-10-12dccp: generalise data-loss conditionIvo Calado1-6/+15
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker4-7/+6
2010-10-12dccp: merge now-reduced connect_init() functionGerrit Renker1-13/+5
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker3-33/+35
2010-10-12net dst: use a percpu_counter to track entriesEric Dumazet7-34/+64
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet3-25/+36
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-37/+37
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet2-40/+63
2010-10-11irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-10-11irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-10-11irda: Remove BKL instances from irnetSamuel Ortiz2-19/+44
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz1-174/+196
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao1-2/+2
2010-10-09net: Fix rxq ref countingTom Herbert2-1/+2
2010-10-09Phonet: mark the pipe controller as EXPERIMENTALRémi Denis-Courmont1-2/+2
2010-10-09Phonet: cleanup pipe enable socket optionRémi Denis-Courmont1-42/+30
2010-10-09Phonet: advise against enabling the pipe controllerRémi Denis-Courmont1-1/+2
2010-10-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller30-1632/+1228
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville30-1632/+1228
2010-10-08ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output()Dimitris Michailidis1-4/+2
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-2/+4
2010-10-08net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings1-2/+2
2010-10-07cfg80211: constify WDS addressJohannes Berg2-2/+2
2010-10-07nl80211: use new genl helpers for WDSJohannes Berg1-33/+12
2010-10-07mac80211: fix sw scan lockingJohannes Berg1-2/+1
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2010-10-07Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville1-2/+2
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2-33/+33
2010-10-07net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend1-2/+0
2010-10-07dccp: Kill dead code and add static markers.stephen hemminger5-40/+25
2010-10-07TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner1-1/+1
2010-10-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-93/+124
2010-10-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller8-88/+110
2010-10-07neigh: RCU conversion of struct neighbourEric Dumazet1-52/+85
2010-10-07mac80211: avoid uninitialized var warning in ieee80211_scan_cancelJohn W. Linville1-3/+4
2010-10-07cfg80211: fix BSS double-unlinkingJohannes Berg1-6/+6
2010-10-07nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf2-0/+10
2010-10-07mac80211: compete scan to cfg80211 if deferred scan fail to startStanislaw Gruszka1-0/+2
2010-10-07mac80211: do not requeue scan work when not neededStanislaw Gruszka1-12/+3
2010-10-07mac80211: assure we also cancel deferred scan requestStanislaw Gruszka3-14/+27
2010-10-07mac80211: keep lock when calling __ieee80211_scan_completed()Stanislaw Gruszka1-36/+39
2010-10-07mac80211: reduce number of __ieee80211_scan_completed callsStanislaw Gruszka1-22/+29