summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing1-1/+1
2013-03-12tcp: TLP loss detection.Nandita Dukkipati5-0/+52
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati7-22/+156
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun2-12/+3
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun1-3/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-124/+195
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger1-0/+1
2013-03-12Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2013-03-12net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-12flow_dissector: support L2 GREMichael Dalton1-0/+11
2013-03-11batman-adv: verify tt len does not exceed packet lenMarek Lindner1-3/+3
2013-03-11libceph: fix decoding of pgidsSage Weil1-13/+29
2013-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-113/+188
2013-03-11net: can: af_can.c: Fix checkpatch warningsValentin Ilie1-13/+8
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande3-0/+57
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande5-0/+302
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande3-27/+94
2013-03-10NFC: Add missing type policies for netlink attributesThierry Escande1-0/+3
2013-03-10NFC: llcp: Remove redundant printkSamuel Ortiz1-2/+0
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz3-8/+23
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz2-2/+120
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz4-16/+19
2013-03-10ipv6: introduce ip6tunnel_xmit() helperCong Wang2-30/+2
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause1-6/+0
2013-03-10dcbnl: fix various netlink info leaksMathias Krause1-0/+8
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-10bridge: fix mdb info leaksMathias Krause1-0/+4
2013-03-10tunnel: use iptunnel_xmit() againCong Wang3-32/+4
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+1
2013-03-09ipip: capture inner headers during encapsulationPravin B Shelar1-6/+7
2013-03-09ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+20
2013-03-09dcb: fix sparse warningsstephen hemminger1-0/+1
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar6-27/+105
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+2
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar1-20/+14
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar1-0/+4
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar4-36/+46
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields1-5/+10
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-03-08ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is setHannes Frederic Sowa1-1/+3
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa6-26/+26
2013-03-08ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf1-2/+0
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz1-4/+12
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz1-0/+29
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore1-10/+5
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz1-7/+14