aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger3-9/+6
2008-07-22ipv6: use kcallocStephen Hemminger1-3/+3
2008-07-22ipv6: use spin_trylock_bhStephen Hemminger1-3/+1
2008-07-22ipv6: use round_jiffiesStephen Hemminger1-2/+3
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger2-28/+14
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk2-3/+1
2008-07-22sctp: remove sctp_assoc_proc_exit()Adrian Bunk1-5/+0
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk2-2/+3
2008-07-22pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk1-1/+1
2008-07-22netns: make get_proc_net() staticAdrian Bunk2-8/+5
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller8-6/+40
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones2-55/+54
2008-07-21tcp: Fix bitmask test in tcp_syn_options()David S. Miller1-1/+1
2008-07-21ipv6: __KERNEL__ ifdef struct ipv6_devconfDavid S. Miller1-0/+2
2008-07-21udplite: Protection against coverage value wrap-aroundGerrit Renker2-1/+5
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven3-3/+25
2008-07-21net: use kcalloc in netdev_queue allocStephen Hemminger1-2/+2
2008-07-21ipv6: use timer pendingStephen Hemminger1-6/+6
2008-07-21mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference at 0000000000000370Ian Schram1-6/+12
2008-07-21netfilter: nf_conntrack_sctp: fix sparse warningsPatrick McHardy1-4/+4
2008-07-21netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu1-13/+25
2008-07-21netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt1-29/+13
2008-07-21netfilter: nfnetlink_log: send complete hardware headerEric Leblond2-0/+11
2008-07-21netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells1-1/+1
2008-07-21netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki15-86/+248
2008-07-21netlink: add NLA_PUT_BE64 macroKrzysztof Piotr Oledzki1-0/+3
2008-07-21netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOMChangli Gao1-4/+4
2008-07-21hdlcdrv: Fix CRC calculation.Micah Dowty1-0/+1
2008-07-21Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller1-22/+77
2008-07-21net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds1-1/+2
2008-07-21net: Improve simple_tx_hash().David S. Miller1-13/+21
2008-07-21pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano1-3/+0
2008-07-21sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller1-4/+0
2008-07-21ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-21gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-21atl1: Do not wake queue before queue has been started.David S. Miller1-2/+1
2008-07-20ipv6: Fix warning in addrconf code.David Miller1-2/+1
2008-07-20pkt_sched: Fix build with NET_SCHED disabled.David S. Miller2-0/+4
2008-07-20initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven1-2/+3
2008-07-20dio: use dio_match_device() in dio_bus_match()Akinobu Mita1-13/+1
2008-07-20arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20m68k/Apollo: remove the unused APOLLO_ELPLUS optionGeert Uytterhoeven1-9/+0
2008-07-20m68k/Atari: remove the dead ATARI_SCC{,_DMA} optionsAdrian Bunk1-23/+1
2008-07-20m68k/Mac: remove the unused ADB_KEYBOARD optionAdrian Bunk1-12/+0
2008-07-20m68k/apollo: Add missing call to apollo_parse_bootinfo()Geert Uytterhoeven1-0/+3
2008-07-20m68k: remove stale ARCH_SUN4 #defineAdrian Bunk1-2/+0
2008-07-20m68k/sun3/: possible cleanupsAdrian Bunk11-43/+10
2008-07-20m68k/q40/config.c: make functions staticAdrian Bunk1-13/+13
2008-07-20m68k/mac/: possible cleanupsAdrian Bunk11-189/+35