aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/connector/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-17connector: get test code working by defaultMike Frysinger1-0/+5
2009-07-17connector: clean up grammar/style in documentationMike Frysinger1-58/+61
2009-07-17connector: make callback argument type explicitMike Frysinger8-19/+16
2009-07-17tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala2-1/+13
2009-07-17virtio-net: Allow UFO feature to be set and advertised.Sridhar Samudrala1-1/+2
2009-07-17ixgbe: Bump version numberPeter P Waskiewicz Jr1-1/+1
2009-07-17ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr3-0/+4
2009-07-17ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr1-4/+4
2009-07-17ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr3-49/+19
2009-07-17udp: cleanupsEric Dumazet1-44/+43
2009-07-17fs_enet/mii-fec.c: fix MII speed calculationWolfgang Denk1-4/+33
2009-07-16cdc-eem: bad crc checkingVincent CUISSARD1-1/+1
2009-07-16ixgbe: Remove DPRINTK messages in DCB modeLucy Liu1-4/+0
2009-07-16ixgbe: clear mac address data block in DCB modeLucy Liu1-0/+2
2009-07-16sky2: revert shutdown changesStephen Hemminger1-8/+1
2009-07-16net: sock_copy() fixesEric Dumazet2-15/+37
2009-07-16E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-16bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-16atl1c: misplaced parenthesisroel kluin1-1/+1
2009-07-16atl1c: add missing parenthesesroel kluin1-4/+4
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2-4/+24
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy1-2/+3
2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg1-1/+0
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg8-7/+160
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg1-57/+57
2009-07-15wireless extensions: make netns awareJohannes Berg2-32/+32
2009-07-14Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines."David S. Miller5-68/+44
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2-5/+7
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser1-3/+3
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-07-12NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle5-44/+68
2009-07-12drivers/net/bonding: Adjust constant nameJulia Lawall1-1/+2
2009-07-12dropmon: remove duplicated #includeHuang Weiyi1-1/+0
2009-07-12net: remove redundant sched/ in net/MakefileChangli Gao1-1/+0
2009-07-12udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2-3/+110
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2-15/+15
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala1-3/+5
2009-07-12udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala1-1/+47
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala3-1/+75
2009-07-12netdev: restore MTU change operationBen Hutchings11-0/+11
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings10-2/+16
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg3-20/+24
2009-07-12genetlink: make netns awareJohannes Berg9-63/+223
2009-07-12net: make namespace iteration possible under RCUJohannes Berg2-3/+14