summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* connector: make callback argument type explicitMike Frysinger2009-07-178-19/+16
* tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala2009-07-172-1/+13
* virtio-net: Allow UFO feature to be set and advertised.Sridhar Samudrala2009-07-171-1/+2
* ixgbe: Bump version numberPeter P Waskiewicz Jr2009-07-171-1/+1
* ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr2009-07-173-0/+4
* ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr2009-07-171-4/+4
* ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr2009-07-173-49/+19
* udp: cleanupsEric Dumazet2009-07-171-44/+43
* fs_enet/mii-fec.c: fix MII speed calculationWolfgang Denk2009-07-171-4/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-1640-97/+192
|\
| * cdc-eem: bad crc checkingVincent CUISSARD2009-07-161-1/+1
| * ixgbe: Remove DPRINTK messages in DCB modeLucy Liu2009-07-161-4/+0
| * ixgbe: clear mac address data block in DCB modeLucy Liu2009-07-161-0/+2
| * sky2: revert shutdown changesStephen Hemminger2009-07-161-8/+1
| * net: sock_copy() fixesEric Dumazet2009-07-162-15/+37
| * E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa2009-07-161-0/+3
| * bonding: clean muticast addresses when device changes typeMoni Shoua2009-07-161-2/+10
| * atl1c: misplaced parenthesisroel kluin2009-07-161-1/+1
| * atl1c: add missing parenthesesroel kluin2009-07-161-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-07-164-6/+28
| |\
| | * netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2009-07-162-4/+24
| | * netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy2009-07-161-2/+3
| | * netfilter: add netfilter git to MAINTAINERSJoe Perches2009-07-011-0/+1
| * | net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
| * | net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
| * | Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller2009-07-145-68/+44
| * | skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser2009-07-141-2/+2
| * | drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2009-07-142-5/+7
| * | NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
| * | gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
| * | igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37
| * | atlx: duplicate testing of MCAST flagroel kluin2009-07-131-1/+1
| * | NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle2009-07-125-44/+68
| * | netdev: restore MTU change operationBen Hutchings2009-07-1211-0/+11
| * | netdev: restore MAC address set and validate operationsBen Hutchings2009-07-1210-2/+16
| * | sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-111-0/+1
| * | net: ip_push_pending_frames() fixEric Dumazet2009-07-112-2/+0
| * | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-111-2/+17
* | | gianfar: remove unused DECLARE_MAC_BUFJohannes Berg2009-07-151-1/+0
* | | net/compat/wext: send different messages to compat tasksJohannes Berg2009-07-158-7/+160
* | | wext: optimise, comment and fix event sendingJohannes Berg2009-07-151-57/+57
* | | wireless extensions: make netns awareJohannes Berg2009-07-152-32/+32
* | | net: Rename lookup_neigh_params functionTobias Klauser2009-07-131-3/+3
* | | drivers/net/bonding: Adjust constant nameJulia Lawall2009-07-121-1/+2
* | | dropmon: remove duplicated #includeHuang Weiyi2009-07-121-1/+0
* | | net: remove redundant sched/ in net/MakefileChangli Gao2009-07-121-1/+0
* | | udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-122-3/+110
* | | udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2009-07-122-15/+15
* | | udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala2009-07-121-3/+5
* | | udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala2009-07-121-1/+47