summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-271-1/+1
* 6lowpan: fix a small formatting issueTony Cheneau2013-03-271-1/+1
* ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-271-0/+10
* net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
* 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-261-3/+36
* 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-261-2/+4
* 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau2013-03-261-0/+8
* mac802154: add mac802154_dev_get_dsn()Tony Cheneau2013-03-263-0/+11
* 6lowpan: store fragment tag values per device instead of net stack wideTony Cheneau2013-03-261-4/+5
* 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-261-4/+21
* 6lowpan: fix first fragment (FRAG1) handlingTony Cheneau2013-03-261-13/+23
* 6lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau2013-03-261-8/+15
* mac802154: turn on ACK when enabled by the upper layersTony Cheneau2013-03-261-0/+2
* 6lowpan: always enable link-layer acknowledgmentsTony Cheneau2013-03-261-0/+4
* 6lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau2013-03-261-1/+3
* 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau2013-03-261-3/+4
* netlink: have length check of rtnl msg before derefHong zhi guo2013-03-262-19/+26
* firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明2013-03-261-1/+19
* firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明2013-03-261-6/+21
* Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-265-117/+7
* IPIP: Use ip-tunneling code.Pravin B Shelar2013-03-262-690/+57
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-2613-1198/+1364
* net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-251-1/+1
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-251-2/+1
* Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1
* Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1
* dsa: fix freeing of sparse port allocationFlorian Fainelli2013-03-251-3/+5
* dsa: factor freeing of dsa_platform_dataFlorian Fainelli2013-03-251-20/+18
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-2512-81/+226
|\
| * netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-192-20/+42
| * netfilter: nf_conntrack: add include to fix sparse warningstephen hemminger2013-03-191-0/+1
| * netfilter: nfnetlink_queue: zero copy supportEric Dumazet2013-03-191-22/+72
| * netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso2013-03-191-5/+95
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-192-8/+2
| * ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov2013-03-191-3/+5
| * netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso2013-03-151-1/+1
| * netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-151-2/+1
| * netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa2013-03-151-6/+2
| * bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1
| * ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1
| * netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki2013-03-151-8/+3
* | bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo2013-03-241-2/+2
* | dsa: add device tree bindings to register DSA switchesFlorian Fainelli2013-03-241-5/+228
* | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-2/+21
* | inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa2013-03-242-30/+23
* | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+8
* | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-242-1/+10
* | l2tp: calling the ref() instead of deref()Dan Carpenter2013-03-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-222-2/+6
|\ \
OpenPOWER on IntegriCloud