aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-26net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-4/+4
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-26netback: set transport header before passing it to kernelJason Wang1-0/+12
2013-03-26packet: set transport header before doing xmitJason Wang1-0/+21
2013-03-26tuntap: set transport header before passing it to kernelJason Wang1-0/+10
2013-03-26macvtap: set transport header before passing skb to lower deviceJason Wang1-0/+9
2013-03-26netlink: remove duplicated NLMSG_ALIGNHong zhi guo1-1/+1
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau1-3/+36
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau1-2/+4
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau1-0/+8
2013-03-26mac802154: add mac802154_dev_get_dsn()Tony Cheneau3-0/+11
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau1-4/+5
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau1-4/+21
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau1-13/+23
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau1-8/+15
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau1-0/+2
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau1-0/+4
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau1-1/+3
2013-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctlyTony Cheneau1-3/+4
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo2-19/+26
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明3-9/+96
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.YOSHIFUJI Hideaki / 吉藤英明4-135/+82
2013-03-26firewire net: Ignore spd and max_payload advertised by ARP.YOSHIFUJI Hideaki / 吉藤英明1-16/+0
2013-03-26firewire net: Allocate address handler before registering net_device.YOSHIFUJI Hideaki / 吉藤英明1-12/+10
2013-03-26firewire net: Send L2 multicast via GASP.YOSHIFUJI Hideaki / 吉藤英明1-5/+7
2013-03-26firewire net: Accept IPv4 and ARP only.YOSHIFUJI Hideaki / 吉藤英明1-2/+19
2013-03-26net/davinci_emac: use devres APIsSekhar Nori1-30/+16
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar5-117/+7
2013-03-26VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar1-24/+2
2013-03-26VXLAN: Fix vxlan stats handling.Pravin B Shelar2-65/+8
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar2-690/+57
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar18-1283/+1594
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller1-1/+1
2013-03-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2-12/+7
2013-03-25Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25dsa: fix freeing of sparse port allocationFlorian Fainelli1-3/+5
2013-03-25dsa: factor freeing of dsa_platform_dataFlorian Fainelli1-20/+18
2013-03-25dsa: fix device tree binding documentation typo on #address-cellsFlorian Fainelli1-1/+1
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-03-25xen-netfront: frags -> slots in xennet_get_responsesWei Liu1-9/+9
2013-03-25xen-netfront: remove unused variable `extra'Wei Liu1-7/+1
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li3-4/+2
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo1-2/+2
2013-03-24dsa: add device tree bindings to register DSA switchesFlorian Fainelli2-5/+319
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2-2/+23
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6Hannes Frederic Sowa3-30/+35
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2-0/+9
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2-1/+10
2013-03-24mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz1-3/+9