summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-252493-731735/+827632
|\
| * dp83640: free packet queues on removeRichard Cochran2011-10-241-0/+7
| * dp83640: use proper function to free transmit time stamping packetsRichard Cochran2011-10-241-2/+2
| * ipv6: Do not use routes from locally generated RAsAndreas Hofmeister2011-10-241-0/+8
| * |PATCH net-next] tg3: add tx_dropped counterEric Dumazet2011-10-242-12/+12
| * be2net: don't create multiple RX/TX rings in multi channel modeSathya Perla2011-10-242-4/+18
| * be2net: don't create multiple TXQs in BE2Sathya Perla2011-10-241-10/+16
| * be2net: refactor VF setup/teardown code into be_vf_setup/clear()Sathya Perla2011-10-243-152/+147
| * be2net: add vlan/rx-mode/flow-control config to be_setup()Sathya Perla2011-10-241-65/+56
| * net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
| * ipv4: avoid useless call of the function check_peer_pmtuGao feng2011-10-241-2/+1
| * Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-24130-526/+842
| |\
| | * net: Fix driver name for mdio-gpio.cDirk Eibach2011-10-241-1/+1
| | * rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-241-0/+1
| | * ipv4: fix ipsec forward performance regressionYan, Zheng2011-10-241-7/+7
| | * jme: fix irq storm after suspend/resumeClemens Buchacher2011-10-241-0/+6
| | * route: fix ICMP redirect validationFlavio Leitner2011-10-241-5/+31
| | * net: hold sock reference while processing tx timestampsRichard Cochran2011-10-243-4/+17
| | * tg3: fix tigon3_dma_hwbug_workaround()Eric Dumazet2011-10-221-4/+4
| | * Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-201-1/+6
| | |\
| | | * batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| | | * batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
| | * | ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet2011-10-201-2/+0
| * | | TCP: remove TCP_DEBUGFlavio Leitner2011-10-243-5/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-246-66/+148
| |\ \ \
| | * | | igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-215-4/+65
| | * | | igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny2011-10-211-56/+68
| | * | | igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny2011-10-211-0/+7
| | * | | igbvf: Bump version numberWilliams, Mitch A2011-10-211-1/+1
| | * | | igbvf: Update module identification stringsWilliams, Mitch A2011-10-211-5/+7
| * | | | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-245-9/+15
| * | | | tcp: md5: add more const attributesEric Dumazet2011-10-243-20/+22
| * | | | Add ethtool -g support to virtio_netRick Jones2011-10-243-0/+28
| * | | | tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet2011-10-242-7/+9
| * | | | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
| * | | | inet: add rfc 3168 extract in front of INET_ECN_encapsulate()Eric Dumazet2011-10-221-0/+8
| * | | | net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-221-2/+3
| |/ / /
| * | | tcp: add const qualifiers where possibleEric Dumazet2011-10-2111-152/+160
| * | | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-211-15/+69
| * | | macvtap: Fix the minor device number allocationEric W. Biederman2011-10-212-16/+72
| * | | macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman2011-10-211-24/+49
| * | | macvtap: Don't leak unreceived packets when we delete a macvtap device.Eric W. Biederman2011-10-211-0/+6
| * | | macvtap: Fix macvtap_open races in the zero copy enable code.Eric W. Biederman2011-10-211-6/+5
| * | | macvtap: Close a race between macvtap_open and macvtap_dellink.Eric W. Biederman2011-10-211-0/+2
| * | | virtio_net: fix truesize underestimationEric Dumazet2011-10-211-1/+1
| * | | bnx2x: fix skb truesize underestimationEric Dumazet2011-10-211-1/+1
| * | | net: add opaque struct around skb frag pageIan Campbell2011-10-212-7/+9
| * | | cxgbi: convert to SKB paged frag API.Ian Campbell2011-10-212-14/+16
| * | | cxgb4vf: convert to SKB paged frag API.Ian Campbell2011-10-212-53/+41
| * | | cxgb4: convert to SKB paged frag API.Ian Campbell2011-10-212-23/+24