2011-09-15 |
Dan Carpenter | 6LoWPAN: use kfree_skb() instead of kfree() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | r8169: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | qlge: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | qlcnic: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | qla3xxx: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | qeth: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | pasemi: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | ns83820: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | niu: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | netxen: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | mv643xx: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | macvtap: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | ksz884x: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | jme: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-09-15 |
Ian Campbell | ibmveth: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Dmitry Kravkov | bnx2x: Fix build error Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
David S. Miller | net: Fix duplicate CONFIG_SLIP entry in driver/net... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Sucheta Chakraborty | qlcnic: add beacon test support. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Sritej Velaga | qlcnic: fix cdrp race condition Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Sritej Velaga | qlcnic: Add FLT entry for CO cards FW image region Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Manish chopra | qlcnic: Change debug messages in loopback path Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-30 |
Sony Chacko | qlcnic: detect fan failure Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-29 |
David S. Miller | Merge branch 'for-davem' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2011-08-29 |
Randy Dunlap | net: fix Makefile typos & build errors Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-28 |
Joe Perches | caif: Remove OOM messages, use kzalloc Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-28 |
Jiri Pirko | benet: remove bogus "unlikely" on vlan check Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-28 |
Bhanu Prakash Gollapudi | net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-28 |
Michael Chan | cnic: Add timeout for ramrod replies. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-28 |
Michael Chan | cnic, bnx2fc: Increase maximum FCoE sessions. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-27 |
David S. Miller | Merge branch 'master' of master.kernel.org:/pub/scm...
|
commit | commitdiff | tree |
2011-08-26 |
David S. Miller | Merge branch 'davem-next.mii' of git://git.kernel.org...
|
commit | commitdiff | tree |
2011-08-26 |
Dean Nelson | e1000: save skb counts in TX to avoid cache misses Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Eric Dumazet | net_sched: sfb: optimize enqueue on full queue Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Dan Carpenter | bna: off by one in bfa_msgq_rspq_pi_update() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Dan Carpenter | bna: unlock on error path in pnad_pci_probe() Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Yaniv Rosner | bnx2x: Add new PHY BCM54616 Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Michal Schmidt | bnx2x: resurrect RX hashing Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
chetan loke | af_packet: Prefixed tpacket_v3 structs to avoid name... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | fcoe: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | bnx2fc: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | bnx2x: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | bnx2: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | tg3: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | IPoIB: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | IB: nes: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | IB: amso1100: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ian Campbell | atm: convert to SKB paged frag API. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, can: Add missing #include to <linux/can/bcm.h> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, xtables: Add missing #include <linux/netfilter.h> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, netfilter: Add missing #include <limits.h... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, tipc: Add missing #include to <linux/tipc_config... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, netfilter: Use kernel type names __u8, __u16... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, net: Use __kernel_sa_family_t in more definitions... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, ax25: Add missing #include to <linux/netrom... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-26 |
Ben Hutchings | headers, pppox: Add missing #include to <linux/if_pppox.h> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Tim Chen | Scm: Remove unnecessary pid & credential references... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Michio Honda | sctp: Bundle HEAERTBEAT into ASCONF_ACK Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Michio Honda | sctp: HEARTBEAT negotiation after ASCONF Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Nandita Dukkipati | Proportional Rate Reduction for TCP. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
chetan loke | af-packet: TPACKET_V3 flexible buffer implementation. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
chetan loke | af-packet: Added TPACKET_V3 headers. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Alexander Smirnov | IEEE802.15.4: 6LoWPAN basic support Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Ian Campbell | net: xfrm: convert to SKB frag APIs Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Ian Campbell | net: ipv6: convert to SKB frag APIs Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Ian Campbell | net: ipv4: convert to SKB frag APIs Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-25 |
Ian Campbell | net: convert core to skb paged frag APIs Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Sathya Perla | be2net: remove unused variable Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Sathya Perla | be2net: increase FW update completion timeout Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Sathya Perla | be2net: fix erx->rx_drops_no_frags wrap around Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Sathya Perla | be2net: get rid of memory mapped pci-cfg space address Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Sathya Perla | be2net: Fix race in posting rx buffers. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
Eric Dumazet | rps: support IPIP encapsulation Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-24 |
David S. Miller | Merge branch 'batman-adv/next' of git://git.open-mesh...
|
commit | commitdiff | tree |
2011-08-22 |
Ian Campbell | net: add APIs for manipulating skb page fragments. Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-22 |
David S. Miller | Merge branch 'for-davem' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2011-08-22 |
Jiri Pirko | net: vlan: goto another_round instead of calling __netif_rec... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-22 |
Jesper Juhl | net/wan/hdlc_ppp: use break in switch Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-21 |
David S. Miller | Merge branch 'master' of master.kernel.org:/pub/scm...
|
commit | commitdiff | tree |
2011-08-20 |
Changli Gao | net: Preserve ooo_okay when copying skb header Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Vladimir Zapolskiy | dm9000: define debug level as a module parameter Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
David S. Miller | Merge branch 'master' of master.kernel.org:/pub/scm...
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Update version to 3.120 Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Add external loopback support to selftest Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Restructure tg3_test_loopback Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Pull phy int lpbk setup into separate func Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Consilidate MAC loopback code Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Matt Carlson | tg3: Remove dead code Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-20 |
Jitendra Kalsaria | qlge: Adding Maintainer. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Changli Gao | net: add the comment for skb->l4_rxhash Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Daniel Baluta | ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONS Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Changli Gao | net: rps: support PPPOE session messages Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Changli Gao | net: rps: support 802.1Q Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Somnath Kotur | be2net: Storing the 'vid' got by the grp5 event instead... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Michal Schmidt | bnx2x: downgrade Max BW error message to debug Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Tony Breeds | net: fix IBM EMAC driver after rename. Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Ralf Baechle | NET: Korina: Don't include <asm/segment.h> Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Anirban Chakraborty | MAINTAINERS: qlcnic Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Willem de Bruijn | net: netdev-features.txt update to Documentation/networking... Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |
2011-08-19 |
Jiri Pirko | vlan: reset headers on accel emulation path Signed-off-by: David S. Miller <davem@davemloft.net>
|
commit | commitdiff | tree |