summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-10bonding: convert primary_slave to use RCUNikolay Aleksandrov6-34/+43
2014-09-10bonding: alb: clean bond->lockNikolay Aleksandrov1-9/+2
2014-09-10bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2-10/+11
2014-09-10cxgb4: remove bond->lockNikolay Aleksandrov1-2/+0
2014-09-10ARM: dts: Enable emac node on the rk3188-radxarock boardsRomain Perier1-0/+22
2014-09-10ARM: dts: Add emac nodes to the rk3188 device treeRomain Perier2-0/+39
2014-09-10dt-bindings: Document EMAC RockchipRomain Perier1-0/+50
2014-09-10ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier5-1/+244
2014-09-10Merge branch 'bpf-next'David S. Miller9-91/+108
2014-09-10net: bpf: be friendly to kmemcheckDaniel Borkmann8-10/+10
2014-09-10net: bpf: arm: address randomize and write protect JIT codeDaniel Borkmann1-6/+26
2014-09-10net: bpf: consolidate JIT binary allocatorDaniel Borkmann4-75/+72
2014-09-10tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2-10/+25
2014-09-10ath5k: Add missing vmalloc.h include.Stephen Rothwell1-0/+1
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram5-5/+0
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing2-23/+12
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen1-3/+0
2014-09-09Merge branch 'bridge_rtnl_link'David S. Miller3-15/+121
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko1-0/+39
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko2-0/+37
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko1-2/+16
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko1-6/+21
2014-09-09bridge: switch order of rx_handler reg and upper dev linkJiri Pirko1-7/+8
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat7-17/+12
2014-09-09Merge branch 'ebpf'David S. Miller7-56/+135
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov3-55/+67
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov5-1/+68
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero11-0/+288
2014-09-09netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero5-71/+143
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero5-99/+184
2014-09-09netfilter: ebtables: create audit records for replacesNicolas Dichtel1-0/+15
2014-09-09netfilter: nft_nat: include a flag attributeArturo Borrero3-0/+23
2014-09-09netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero1-4/+68
2014-09-09netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero1-169/+194
2014-09-09netfilter: xt_string: Remove unnecessary initialization of struct ts_stateBojan Prtvar1-1/+0
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov1-50/+61
2014-09-09netfilter: nf_tables: add devgroup support in meta expresionAna Rey2-0/+16
2014-09-09netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero1-3/+3
2014-09-09netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero1-15/+16
2014-09-09netfilter: nf_tables: refactor rule deletion helperArturo Borrero1-5/+21
2014-09-09netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from corePablo Neira Ayuso1-127/+36
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso4-204/+275
2014-09-09Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller213-4480/+8748
2014-09-09inet: remove dead inetpeer sequence codeWillem de Bruijn2-22/+0
2014-09-09drivers: net: cpsw: Add support for pause framesMugunthan V N1-0/+37
2014-09-09hp100: Convert the normal skb free path to dev_consume_skb_any()Rick Jones1-2/+2
2014-09-09net: Fix GRE RX to use skb_transport_header for GRE header offsetTom Herbert1-3/+2
2014-09-09dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck1-6/+2
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville25-38/+86
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller694-3445/+6360