aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-17Phonet: USB CDC Phonet function for gadget frameworkRémi Denis-Courmont2-0/+642
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont1-63/+28
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont3-19/+23
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont3-3/+4
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont2-4/+6
2008-12-17vcan: whitespace fixesOliver Hartkopp1-10/+10
2008-12-17net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov1-135/+48
2008-12-16bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}David S. Miller3-60/+60
2008-12-16bnx2: Don't redefine FLOW_CTRL_{RX,TX}.David S. Miller1-3/+0
2008-12-16bnx2: Update version to 1.9.0.Michael Chan1-3/+3
2008-12-16bnx2: Rename MSI-X vectors.Michael Chan2-2/+4
2008-12-16drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall1-1/+2
2008-12-16phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming1-17/+0
2008-12-16gianfar: Make all BD status writes 32-bitDai Haruki2-25/+31
2008-12-16gianfar: Add macros for stepping through BDsAndy Fleming2-18/+15
2008-12-16gianfar: Remove unused gfar_add_fcb() function parameterDai Haruki1-4/+4
2008-12-16gianfar: Enable padding and Optimize the frame prepended bytes handlingDai Haruki1-46/+41
2008-12-16gianfar: Fix VLAN HW feature related frame/buffer size calculation.Dai Haruki2-19/+26
2008-12-16gianfar: Fix eTSEC configuration procedureDai Haruki2-13/+15
2008-12-16gianfar: Optimize interrupt coalescing configurationDai Haruki3-38/+40
2008-12-16gianfar: Convert gianfar to an of_platform_driverAndy Fleming42-424/+1217
2008-12-16gianfar: Use gfar_halt to stop DMA in gfar_probeAndy Fleming1-13/+1
2008-12-16tlan: Remove broken support for big buffersSakari Ailus1-134/+77
2008-12-16tlan: Fix pci memory unmappingSakari Ailus1-4/+9
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang1-0/+3
2008-12-16ipv6: fix the return interface index when get it while no message is receivedYang Hongyang1-4/+8
2008-12-16ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang2-0/+23
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning5-92/+33
2008-12-16net: Move flow control definitions to mii.hSteve Glendinning6-35/+29
2008-12-16simeth: convert to net_device_opsAlexey Dobriyan1-5/+10
2008-12-16cxgb3: untie strict FW matchingDivy Le Ray3-30/+15
2008-12-16enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach1-1/+1
2008-12-16tlan: Fix small (< 64 bytes) datagram transmissionsSakari Ailus1-4/+6
2008-12-16vcan: convert to net_device_opsOliver Hartkopp1-1/+5
2008-12-16l2tp: fix UDP checksum supportJames Chapman1-12/+82
2008-12-16netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPECPablo Neira Ayuso1-0/+1
2008-12-16Phonet: improve GPRS variable namesRémi Denis-Courmont1-84/+86
2008-12-16isdn: eicon: fix sparse warning: make global functions staticHannes Eder2-41/+47
2008-12-16ipmr: merge common codeIlpo Järvinen1-64/+39
2008-12-16hp100: use roundup instead of open codingIlpo Järvinen1-4/+4
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray4-16/+31
2008-12-15e1000e: Add GRO supportHerbert Xu1-1/+1
2008-12-15ethtool: Add GGRO and SGRO opsHerbert Xu2-2/+53
2008-12-15tcp: Add GRO supportHerbert Xu4-0/+143
2008-12-15net: Add skb_gro_receiveHerbert Xu2-0/+61
2008-12-15ipv4: Add GRO infrastructureHerbert Xu2-0/+100
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu3-59/+219
2008-12-15net: Add frag_list support to GSOHerbert Xu2-2/+2
2008-12-15net: Add frag_list support to skb_segmentHerbert Xu1-14/+59
2008-12-15Define smp_call_function_many for UPRusty Russell1-0/+2