aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell3-7/+44
2014-09-16ipvs: Add simple weighted failover schedulerKenny Mathis3-0/+90
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2-24/+30
2014-09-12netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2-20/+22
2014-09-11netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributesPablo Neira Ayuso1-0/+1
2014-09-11netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADEPablo Neira Ayuso1-6/+4
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2-39/+41
2014-09-10Merge branch 'cxgb4-next'David S. Miller4-3/+37
2014-09-10cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai2-2/+3
2014-09-10cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller ...Hariprasad Shenai2-0/+10
2014-09-10cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase...Hariprasad Shenai1-0/+3
2014-09-10cxgb4: Add support to S25FL032P flashHariprasad Shenai1-0/+20
2014-09-10cxgb4: Allow T4/T5 firmware sizes up to 1MBHariprasad Shenai1-1/+1
2014-09-10tipc: fix sparse warningsErik Hugne1-3/+4
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier1-1/+2
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller45-1070/+1759
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches5-40/+35
2014-09-10iucv: Convert pr_warning to pr_warnJoe Perches1-5/+4
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-09Merge branch 'ipip_sit_gro'David S. Miller2-0/+7
2014-09-09sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-09ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches17-68/+62
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal2-10/+2
2014-09-09ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-09ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-09ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-09irda: vlsi_ir: use %*ph specifierAndy Shevchenko1-6/+2
2014-09-09r8152: use usleep_rangehayeswang1-11/+11
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2-6/+11
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-09Merge branch 'bond_lock_removal'David S. Miller9-131/+62
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2-45/+2
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov1-18/+1
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov6-34/+43
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov1-9/+2
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2-10/+11
2014-09-09cxgb4: remove bond->lockNikolay Aleksandrov1-2/+0
2014-09-09ARM: dts: Enable emac node on the rk3188-radxarock boardsRomain Perier1-0/+22
2014-09-09ARM: dts: Add emac nodes to the rk3188 device treeRomain Perier2-0/+39
2014-09-09dt-bindings: Document EMAC RockchipRomain Perier1-0/+50
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier5-1/+244
2014-09-09Merge branch 'bpf-next'David S. Miller9-91/+108
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann8-10/+10