summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26Merge branch '6lowpan'David S. Miller6-30/+128
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 add...Tony Cheneau1-3/+4
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo2-19/+26
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-26Merge branch 'ipv6-firewire'David S. Miller6-178/+213
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 packe...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-26Merge branch 'tunnels'David S. Miller20-2179/+1668
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-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-22/+43
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-03-26x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun1-1/+0
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller1-1/+1
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-03-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds11-19/+27
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