summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-2149-2231/+1694Star
|\
| * ipvs: Remove dead debug codeYannick Brosseau2014-07-161-86/+0Star
| * ipvs: remove null test before kfreeFabian Frederick2014-07-161-2/+1Star
| * netfilter: use IS_ENABLED() macroDuan Jiong2014-06-3014-17/+25
| * netfilter: nft_log: fix coccinelle warningsFengguang Wu2014-06-291-1/+1
| * netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso2014-06-281-1/+1
| * netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-283-21/+19Star
| * netfilter: nft_log: complete logging supportPablo Neira Ayuso2014-06-272-17/+63
| * netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso2014-06-271-1/+23
| * netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-276-43/+115
| * netfilter: add generic ARP packet loggerPablo Neira Ayuso2014-06-273-0/+155
| * netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-276-41/+73
| * netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-2711-874/+1047
| * netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-254-201/+217
| * netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-255-32/+37
| * netfilter: kill ulog targetsPablo Neira Ayuso2014-06-258-1015/+0Star
| * netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-254-72/+124
| * netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet2014-06-251-18/+5Star
| * netfilter: ctnetlink: remove null test before kfreeFabian Frederick2014-06-251-2/+1Star
* | net: print a notification on device renameVeaceslav Falico2014-07-211-0/+3
* | Merge branch 'netdev_print'David S. Miller2014-07-213-9/+29
|\ \
| * | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-213-7/+27
| * | net: use dev->name in netdev_pr* when it's availableVeaceslav Falico2014-07-211-2/+2
|/ /
* | bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico2014-07-213-39/+58
* | net_sched: hold tcf_lock in netdevice notifierCong Wang2014-07-211-0/+2
* | libcxgbi:cxgb4i Guard ipv6 code with a config checkAnish Bhatt2014-07-202-3/+19
* | iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai2014-07-181-1/+2
* | sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-184-2/+66
* | Merge branch 'be2net-next'David S. Miller2014-07-185-105/+89Star
|\ \
| * | be2net: update driver version to 10.4Sathya Perla2014-07-181-1/+1
| * | be2net: use adapter->flags to track SRIOV stateVasundhara Volam2014-07-182-1/+6
| * | be2net: avoid SRIOV config for BE2 chipVasundhara Volam2014-07-181-0/+2
| * | be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam2014-07-181-1/+1
| * | be2net: use "if (!foo)" test styleKalesh AP2014-07-181-8/+8
| * | be2net: remove unused structures in be_cmds.hKalesh AP2014-07-181-29/+0Star
| * | be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-183-22/+13Star
| * | be2net: update UE bit description stringsVasundhara Volam2014-07-181-13/+13
| * | be2net: fix return status of some ndo methodsKalesh AP2014-07-181-16/+27
| * | be2net: fix return status of some ethtool methodsKalesh AP2014-07-182-5/+9
| * | be2net: return -ENOMEM for memory allocation failuresKalesh AP2014-07-181-2/+2
| * | be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP2014-07-181-2/+2
| * | be2net: fix error status for FW-downloadKalesh AP2014-07-181-3/+3
| * | be2net: use -ENETDOWN error status when interface is downKalesh AP2014-07-181-2/+2
|/ /
* | bonding: destroy proc directory only after all bonds are goneVeaceslav Falico2014-07-181-1/+2
* | bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico2014-07-181-4/+2Star
* | Merge branch 'cxgb4-next'David S. Miller2014-07-187-65/+564
|\ \
| * | cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 apiAnish Bhatt2014-07-181-39/+314
| * | libcxgbi: Add ipv6 api to driverAnish Bhatt2014-07-182-21/+237
| * | cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt2014-07-183-4/+12
| * | cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt2014-07-182-1/+1
|/ /