summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mlx4: convert to SKB paged frag API.Ian Campbell2011-10-212-32/+20
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-203-3/+4
* net: constify skbuff and Qdisc elementsEric Dumazet2011-10-202-20/+21
* tcp: remove unused tcp_fin() parametersEric Dumazet2011-10-201-3/+3
* ll_temac: Add support for ethtoolRicardo2011-10-201-0/+27
* igb: fix a compile warningRongQing Li2011-10-201-0/+3
* myri10ge: fix truesize underestimationEric Dumazet2011-10-201-1/+2
* igbvf: fix truesize underestimationEric Dumazet2011-10-201-1/+1
* pktgen: remove ndelay() callEric Dumazet2011-10-201-4/+7
* tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet2011-10-201-8/+15
* mm: add a "struct page_frag" type containing a page, offset and lengthIan Campbell2011-10-201-0/+11
* mlx4_en: fix skb truesize underestimationEric Dumazet2011-10-201-6/+5
* virtio_net: Clean up set_skb_frag()Krishna Kumar2011-10-201-8/+5
* net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-192-1/+1
* neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com2011-10-191-0/+4
* filter: use unsigned int to silence static checker warningDan Carpenter2011-10-192-2/+2
* NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler2011-10-191-0/+3
* cleanup: remove unnecessary include.Kevin Wilson2011-10-191-4/+0
* ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-191-1/+1
* stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO2011-10-191-2/+4
* stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO2011-10-1910-105/+491
* stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO2011-10-192-11/+16
* stmmac: use predefined macros for HW cap register fields (V4)Rayagond Kokatanur2011-10-192-21/+63
OpenPOWER on IntegriCloud