aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明1-1/+19
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.YOSHIFUJI Hideaki / 吉藤英明1-6/+21
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar5-117/+7
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar2-690/+57
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar13-1198/+1364
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville12-76/+154
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-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
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-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller12-81/+226
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-25xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause1-4/+2
2013-03-24tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-24bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
2013-03-248021q: fix a potential use-after-freeCong Wang1-7/+7
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet1-1/+0
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 Fainelli1-5/+228
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa1-2/+21
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6Hannes Frederic Sowa2-30/+23
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel1-0/+8
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2-1/+10
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear2-3/+6
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg6-47/+92
2013-03-22l2tp: calling the ref() instead of deref()Dan Carpenter1-1/+1
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+6
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTERThomas Graf2-14/+14
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf19-116/+46
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf3-126/+154
2013-03-22udp: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-22ip_gre: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin4-0/+202
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin2-54/+67