summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-03-19netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov
2013-03-19netfilter: nf_conntrack: add include to fix sparse warningstephen hemminger
2013-03-19netfilter: nfnetlink_queue: zero copy supportEric Dumazet
2013-03-19netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso
2013-03-19ipvs: fix some sparse warningsJulian Anastasov
2013-03-19ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov
2013-03-15netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng
2013-03-15netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2013-03-15ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2013-03-15netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll
2013-03-13batman-adv: don't use !! in bool conversionAntonio Quartulli
2013-03-13batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll
2013-03-13batman-adv: replace redundant primary_if_get callsMarek Lindner
2013-03-12tcp: TLP loss detection.Nandita Dukkipati
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger
2013-03-12Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-03-12net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-03-12flow_dissector: support L2 GREMichael Dalton
2013-03-11batman-adv: verify tt len does not exceed packet lenMarek Lindner
2013-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-11net: can: af_can.c: Fix checkpatch warningsValentin Ilie
2013-03-10ipv6: introduce ip6tunnel_xmit() helperCong Wang
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause
2013-03-10dcbnl: fix various netlink info leaksMathias Krause
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-10bridge: fix mdb info leaksMathias Krause
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-09ipip: capture inner headers during encapsulationPravin B Shelar
2013-03-09ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar
2013-03-09dcb: fix sparse warningsstephen hemminger
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann