summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter-bridge: Cleanse indentationIan Morris2015-11-234-25/+25
* netfilter: fix include files for compilationMikko Rapeli2015-11-2326-8/+42
* netfilter: ebtables: use __u64 from linux/types.hMikko Rapeli2015-11-231-2/+4
* gianfar: use of_property_read_bool()Saurabh Sengar2015-11-231-4/+1Star
* bnx2x: Utilize FW 7.13.1.0.Yuval Mintz2015-11-221-20/+23
* net: IPv6 fib lookup tracepointDavid Ahern2015-11-223-0/+90
* net: avoid NULL deref in napi_get_frags()Eric Dumazet2015-11-201-2/+4
* ravb: use clock rate as basis for GTI.TIVSimon Horman2015-11-202-1/+40
* dl2k: Implement suspendOndrej Zary2015-11-201-14/+65
* dl2k: Reorder and cleanup initializationOndrej Zary2015-11-201-39/+56
* dl2k: Handle memory allocation errors in alloc_listOndrej Zary2015-11-201-85/+97
* Merge branch 'tipc-cleanups-improvements'David S. Miller2015-11-2016-1074/+1151
|\
| * tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-206-133/+133
| * tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-207-345/+415
| * tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-207-461/+462
| * tipc: convert node lock to rwlockJon Paul Maloy2015-11-203-133/+136
| * tipc: introduce per-link spinlockJon Paul Maloy2015-11-203-26/+25Star
| * tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-206-67/+74
| * tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-201-3/+2Star
| * tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-203-5/+3Star
|/
* Merge branch 'bnx2x-stats'David S. Miller2015-11-201-5/+4Star
|\
| * bnx2x: Show port statistics in Multi-functionYuval Mintz2015-11-201-3/+1Star
| * bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz2015-11-201-2/+3
|/
* Merge branch 'ppp-kill-zombie-state'David S. Miller2015-11-203-24/+5Star
|\
| * ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2015-11-203-4/+3Star
| * ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault2015-11-201-20/+2Star
|/
* Merge branch 'mlxsw-vlan'David S. Miller2015-11-201-45/+84
|\
| * mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel2015-11-201-15/+46
| * mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel2015-11-201-24/+34
| * mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel2015-11-201-10/+8Star
|/
* bpf: add show_fdinfo handler for mapsDaniel Borkmann2015-11-201-1/+21
* net: encx24j600: move rev announcement to probe functionJon Ringle2015-11-201-12/+12
* Merge branch 'net-generic-busy-polling'David S. Miller2015-11-1841-507/+171Star
|\
| * net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-1814-20/+16Star
| * net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-182-5/+10
| * net: move napi_hash[] into read mostly sectionEric Dumazet2015-11-182-1/+5
| * net: add netif_tx_napi_add()Eric Dumazet2015-11-1812-16/+38
| * net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-1813-16/+4Star
| * mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet2015-11-184-198/+2Star
| * bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet2015-11-184-167/+2Star
| * mlx5: support napi_complete_done()Eric Dumazet2015-11-183-14/+13Star
| * mlx5: add busy polling supportEric Dumazet2015-11-182-0/+8
| * net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet2015-11-181-5/+20
| * net: allow BH servicing in sk_busy_loop()Eric Dumazet2015-11-181-11/+7Star
| * net: un-inline sk_busy_loop()Eric Dumazet2015-11-183-55/+49Star
| * mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet2015-11-181-5/+7
| * net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2015-11-182-20/+16Star
|/
* be2net: remove local variable 'status'Ivan Vecera2015-11-181-4/+2Star
* net: hisilicon: fix binding document of mdiohuangdaode2015-11-181-1/+6
* net ipv4: use preferred log methodsBastian Stender2015-11-184-59/+44Star