summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10Merge branch 'ipip_sit_gro'David S. Miller2-0/+7
2014-09-10sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-10ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-10ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches17-68/+62
2014-09-10net: use kfree_skb_list() helper in more placesFlorian Westphal2-10/+2
2014-09-10ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-10netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-10ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-10ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-10ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-10irda: vlsi_ir: use %*ph specifierAndy Shevchenko1-6/+2
2014-09-10r8152: use usleep_rangehayeswang1-11/+11
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2-6/+11
2014-09-10net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-10sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-10Merge branch 'bond_lock_removal'David S. Miller9-131/+62
2014-09-10bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2-45/+2
2014-09-10bonding: options: remove bond->lock usageNikolay Aleksandrov1-18/+1
2014-09-10bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
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