summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-07caif: use pskb_put() instead of reimplementing its functionalityMathias Krause
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-07net: calxedaxgmac: Fix panic caused by MTU change of active interfaceAndreas Herrmann
2013-11-07Merge branch 'mlx4'David S. Miller
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev
2013-11-07net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev
2013-11-07net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein
2013-11-07net/mlx4_en: Add RFS support in UDPEyal Perry
2013-11-07Merge branch 'macvlan_hwaccel'David S. Miller
2013-11-07ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-07net/mlx4_en: Fixed crash when port type is changedAmir Vadai
2013-11-07isdn: icn: NULL dereference printing error messageDan Carpenter
2013-11-07net: make ndev->irq signed for error handlingDan Carpenter
2013-11-076lowpan: release device on error pathDan Carpenter
2013-11-07RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlansEyal Perry
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera
2013-11-07MAINTAINERS: Update bnx2x maintainerEilon Greenstein
2013-11-07net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin
2013-11-07Merge branch 'tipc_fragmentation'David S. Miller
2013-11-07tipc: reassembly failures should cause link resetErik Hugne
2013-11-07tipc: message reassembly using fragment chainErik Hugne
2013-11-07tipc: don't reroute message fragmentsErik Hugne
2013-11-07phy: Add MOXA MDIO driverJonas Jensen
2013-11-07bonding: document the new packets_per_slave optionNikolay Aleksandrov
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov
2013-11-07qeth: avoid buffer overflow in snmp ioctlUrsula Braun
2013-11-07net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2013-11-07smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches
2013-11-07smsc9420: Use netif_<level>Joe Perches
2013-11-07jme: Remove unused #define PFXJoe Perches
2013-11-05virtio-net: switch to use XPS to choose txqJason Wang
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong
2013-11-05ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-11-05Merge branch 'huawei_cdc_ncm'David S. Miller
2013-11-05net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso
2013-11-05net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driverEnrico Mioso
2013-11-05net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-11-04virtio-net: coalesce rx frags when possible during rxJason Wang
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang
2013-11-04vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong
2013-11-04net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer