aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-26
* 6lowpan: fix first fragment (FRAG1) handlingTony Cheneau2013-03-26
* 6lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau2013-03-26
* mac802154: turn on ACK when enabled by the upper layersTony Cheneau2013-03-26
* 6lowpan: always enable link-layer acknowledgmentsTony Cheneau2013-03-26
* 6lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau2013-03-26
* 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau2013-03-26
* netlink: have length check of rtnl msg before derefHong zhi guo2013-03-26
* Merge branch 'ipv6-firewire'David S. Miller2013-03-26
|\
| * firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明2013-03-26
| * firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明2013-03-26
| * firewire net: Ignore spd and max_payload advertised by ARP.YOSHIFUJI Hideaki / 吉藤英明2013-03-26
| * firewire net: Allocate address handler before registering net_device.YOSHIFUJI Hideaki / 吉藤英明2013-03-26
| * firewire net: Send L2 multicast via GASP.YOSHIFUJI Hideaki / 吉藤英明2013-03-26
| * firewire net: Accept IPv4 and ARP only.YOSHIFUJI Hideaki / 吉藤英明2013-03-26
|/
* net/davinci_emac: use devres APIsSekhar Nori2013-03-26
* Merge branch 'tunnels'David S. Miller2013-03-26
|\
| * Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-26
| * VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar2013-03-26
| * VXLAN: Fix vxlan stats handling.Pravin B Shelar2013-03-26
| * IPIP: Use ip-tunneling code.Pravin B Shelar2013-03-26
| * GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-26
|/
* net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-25
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-25
* Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-25
* Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-25
* dsa: fix freeing of sparse port allocationFlorian Fainelli2013-03-25
* dsa: factor freeing of dsa_platform_dataFlorian Fainelli2013-03-25
* dsa: fix device tree binding documentation typo on #address-cellsFlorian Fainelli2013-03-25
* xen-netback: remove skb in xen_netbk_alloc_pageWei Liu2013-03-25
* xen-netfront: frags -> slots in xennet_get_responsesWei Liu2013-03-25
* xen-netfront: remove unused variable `extra'Wei Liu2013-03-25
* net: fec: build fec.c and fec_ptp.c to one moduleFrank Li2013-03-25
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-25
|\
| * netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-19
| * netfilter: nf_conntrack: add include to fix sparse warningstephen hemminger2013-03-19
| * netfilter: nfnetlink_queue: zero copy supportEric Dumazet2013-03-19
| * netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso2013-03-19
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-19
| * ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov2013-03-19
| * netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso2013-03-15
| * netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-15
| * netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa2013-03-15
| * bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-15
| * ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-15
| * netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki2013-03-15
* | Merge tag 'firewire-net-resource-mgt' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2013-03-24
|\ \
| * | firewire net: Release broadcast/fifo resources on ifdown.YOSHIFUJI Hideaki2013-03-13
| * | firewire net: Introduce fwnet_broadcast_stop() to destroy broadcast resources.YOSHIFUJI Hideaki2013-03-13
| * | firewire net: Allocate dev->broadcast_rcv_buffer_ptrs early.YOSHIFUJI Hideaki2013-03-13