summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * can: dev: fix sparse warning for can_restartMarc Kleine-Budde2012-07-021-1/+1
| * can: cc770: fix sparse warning for cc770_interruptMarc Kleine-Budde2012-07-021-1/+1
* | asix: avoid copies in tx pathEric Dumazet2012-07-071-4/+24
* | net/mlx4_en: Add support for drop action through ethtoolHadar Hen Zion2012-07-074-2/+42
* | net/mlx4_en: Manage flow steering rules with ethtoolHadar Hen Zion2012-07-072-0/+389
* | net/mlx4: Implement promiscuous mode with device managed flow-steeringHadar Hen Zion2012-07-073-0/+108
* | net/mlx4_core: Add resource tracking for device managed flow steering rulesHadar Hen Zion2012-07-072-8/+125
* | {NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion2012-07-0714-81/+758
* | net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion2012-07-075-0/+86
* | net/mlx4: Set steering mode according to device capabilitiesHadar Hen Zion2012-07-076-81/+148
* | net/mlx4_en: Re-design multicast attachments flowYevgeny Petrilin2012-07-072-35/+124
* | net/mlx4_core: Change resource tracking ID to be 64 bitHadar Hen Zion2012-07-072-14/+14
* | net/mlx4_core: Change resource tracking mechanism to use red-black treeHadar Hen Zion2012-07-072-32/+77
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-07-0716-257/+591
|\ \
| * | netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar2012-07-042-0/+6
| * | netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka2012-07-041-1/+3
| * | netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso2012-07-041-1/+1
| * | netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-047-16/+41
| * | netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng2012-06-271-4/+13
| * | netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table functionGao feng2012-06-271-9/+32
| * | netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table functionGao feng2012-06-271-24/+30
| * | netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table functionGao feng2012-06-271-8/+31
| * | netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_initGao feng2012-06-271-43/+22
| * | netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table functionGao feng2012-06-271-17/+26
| * | netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng2012-06-271-42/+23
| * | netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng2012-06-271-50/+21
| * | netfilter: nf_conntrack: fix memory leak if sysctl registration failsGao feng2012-06-271-2/+5
| * | netfilter: nf_conntrack: use l4proto->users as refcount for per-net dataGao feng2012-06-271-30/+46
| * | netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng2012-06-272-2/+9
| * | netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-2711-15/+16
| * | netfilter: nf_conntrack: fix nf_conntrack_l3proto_registerGao feng2012-06-271-13/+23
| * | netfilter: ctnetlink: add new messages to obtain statisticsPablo Neira Ayuso2012-06-272-1/+264
* | | r6040: remove duplicate call to the pci_set_drvdataDevendra Naga2012-07-071-1/+0
* | | ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet2012-07-061-1/+1
* | | ipv6: remove redundant declarationsEric Dumazet2012-07-051-3/+0
* | | ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller2012-07-055-16/+73
* | | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-051-7/+8
* | | ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert2012-07-051-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-05110-726/+1305
|\ \ \
| * \ \ Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-07-031-15/+13
| |\ \ \
| | * | | clk: fix parent validation in __clk_set_parent()Rajendra Nayak2012-07-031-15/+13
| * | | | Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2012-07-031-1/+1
| |\ \ \ \
| | * | | | md/raid10: fix careless build errorNeilBrown2012-07-041-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-0340-160/+196
| |\ \ \ \ \
| | * | | | | e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15
| | * | | | | sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-3010-5/+39
| | * | | | | igbvf: fix divide by zeroMitch A Williams2012-06-301-11/+18
| | * | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-06-295-38/+28
| | |\ \ \ \ \
| | | * | | | | netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka2012-06-291-1/+3
| | | * | | | | netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka2012-06-291-0/+12
OpenPOWER on IntegriCloud