summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf, samples: don't zero data when not neededDaniel Borkmann2016-04-144-12/+12
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-143-24/+60
* bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-142-5/+59
* bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2016-04-141-17/+23
* sctp: add support for RPS and RFSMarcelo Ricardo Leitner2016-04-142-0/+6
* net: validate_xmit_skb() changesEric Dumazet2016-04-141-5/+2
* packet: uses kfree_skb() for errors.Weongyo Jeong2016-04-141-2/+12
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-143-10/+17
* Merge branch 'gro-fixed-id-gso-partial'David S. Miller2016-04-1413-54/+395
|\
| * Documentation: Add documentation for TSO and GSO featuresAlexander Duyck2016-04-141-0/+130
| * GSO: Support partial segmentation offloadAlexander Duyck2016-04-1411-24/+151
| * GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-145-11/+54
| * GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-1410-24/+63
| * ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck2016-04-141-0/+2
|/
* Merge branch 'mlxsw-devlink-shared-buffers'David S. Miller2016-04-1410-418/+2683
|\
| * mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko2016-04-143-16/+293
| * mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2016-04-142-173/+334
| * mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko2016-04-143-4/+28
| * mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2016-04-142-2/+32
| * mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko2016-04-141-0/+100
| * mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2016-04-142-8/+77
| * mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko2016-04-143-1/+216
| * mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko2016-04-141-0/+9
| * mlxsw: spectrum_buffers: Get max_buff defaults into limits exposed to userJiri Pirko2016-04-142-14/+18
| * mlxsw: spectrum_buffers: Change initialization of PG 9Jiri Pirko2016-04-141-3/+5
| * mlxsw: spectrum_buffers: Remove eg pool 3 default init and CPU port TC bindin...Jiri Pirko2016-04-141-3/+2
| * mlxsw: spectrum_buffers: Cache shared buffer configurationJiri Pirko2016-04-142-19/+82
| * mlxsw: spectrum_buffers: Rename "pool" to "pr" in initializationJiri Pirko2016-04-141-35/+35
| * mlxsw: spectrum_buffers: Push out indexes and direction out of SB structsJiri Pirko2016-04-141-204/+221
| * mlxsw: spectrum_buffers: Push out shared buffer register writesJiri Pirko2016-04-141-14/+40
| * mlxsw: core: Add devlink shared buffer callbacksJiri Pirko2016-04-142-2/+123
| * devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-143-6/+110
| * devlink: add shared buffer configurationJiri Pirko2016-04-143-0/+1044
|/
* gre: eliminate holes in ip_tunnelstephen hemminger2016-04-141-4/+3
* ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov2016-04-143-10/+9
* Merge branch 'qed-ethtool-rss'David S. Miller2016-04-148-71/+302
|\
| * qed* - bump driver versions to 8.7.1.20Yuval Mintz2016-04-142-3/+3
| * qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2016-04-143-10/+283
| * qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2016-04-143-16/+13
| * qed*: remove version dependencyRahul Verma2016-04-147-42/+3
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2016-04-143-18/+13
|\
| * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-283-18/+13
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-142-5/+2
* | qdisc: constify meta_type_ops structuresJulia Lawall2016-04-141-4/+4
* | net: bcmgenet: add BQL supportPetri Gynther2016-04-141-1/+14
* | net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli2016-04-131-4/+4
* | net: bcmgenet: use napi_complete_done()Eric Dumazet2016-04-131-1/+1
* | Merge branch 'sctp-delayed-wakeups'David S. Miller2016-04-133-8/+16
|\ \
| * | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-133-3/+11
| * | sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner2016-04-131-6/+6
|/ /