summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-01-27net/atm/addr.c: Convert include <asm to include <linuxJoe Perches1-1/+1
2010-01-27net/atm: Convert printk to pr_<level>Joe Perches12-212/+190
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei1-4/+30
2010-01-23icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan1-1/+1
2010-01-23net: constify MIB name tablesAlexey Dobriyan4-10/+10
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan1-7/+4
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller23-38/+101
2010-01-23Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller26-294/+344
2010-01-21net/sctp: Eliminate useless codeJulia Lawall1-1/+1
2010-01-21net: Optimize non-gso test checksKrishna Kumar1-12/+17
2010-01-20tipc: Clean up configuration fileAllan Stephens1-46/+27
2010-01-20netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin1-1/+1
2010-01-20net: Unexport napi_gro_flush().David S. Miller1-2/+1
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller30-304/+1390
2010-01-19ipv4: allow warming up the ARP cache with request type gratuitous ARPOctavian Purdila1-1/+2
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-1/+5
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2-13/+7
2010-01-18mac80211: fix sign error in pid controllerBob Copeland1-1/+1
2010-01-18ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan1-0/+2
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan43-106/+101
2010-01-18tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila4-10/+28
2010-01-16ax25: netrom: rose: Fix timer oopsesJarek Poplawski4-5/+25
2010-01-16mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei1-0/+1
2010-01-16mac80211: force use_short_slot=true for 5GHzFelix Fietkau2-0/+9
2010-01-16cfg80211: make regulatory_hint_11d() band specificLuis R. Rodriguez3-20/+66
2010-01-16mac80211: Fixed netif_tx_wake_all_queues in IBSS modeBenoit Papillault1-1/+3
2010-01-16mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-15appletalk:: da.s_net not copied but assigned to itself in aarp_rcv()Roel Kluin1-1/+1
2010-01-15dccp_probe: Fix module load dependencies between dccp and dccp_probeNeil Horman1-1/+2
2010-01-15ipv4: Use less conflicting local var name in change_nexthops() loop macro.David S. Miller1-36/+40
2010-01-15net/core/sock.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2010-01-15cfg80211: Ingore country IEs with a zero set of number of channelsLuis R. Rodriguez1-0/+6
2010-01-15cfg80211: fix 2 GHz subband calculation for country IEsLuis R. Rodriguez1-2/+2
2010-01-15cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2010-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-46/+161
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-16/+21
2010-01-14netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann1-63/+106
2010-01-14genetlink: optimize ctrl_dumpfamily()Samir Bellabes1-3/+1
2010-01-14ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller10-45/+155
2010-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-36/+53
2010-01-12mac80211: check uapsd state for dynamic power saveKalle Valo1-0/+25
2010-01-12mac80211: create tx handler for dynamic psKalle Valo1-40/+41
2010-01-12mac80211: add debugfs interface for U-APSD queue configurationKalle Valo5-3/+113
2010-01-12mac80211: add U-APSD client supportKalle Valo7-6/+81
2010-01-12mac80211: remove unused type argumentJohannes Berg1-19/+19
2010-01-12mac80211: flush workqueue before calling driver ->stop() methodLennert Buytenhek1-1/+1
2010-01-12net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-01-12mac80211: fix return from ieee80211_assoc_successJohannes Berg1-1/+1