summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann
2016-04-14bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner
2016-04-14net: validate_xmit_skb() changesEric Dumazet
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan
2016-04-14Merge branch 'gro-fixed-id-gso-partial'David S. Miller
2016-04-14Documentation: Add documentation for TSO and GSO featuresAlexander Duyck
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck
2016-04-14Merge branch 'mlxsw-devlink-shared-buffers'David S. Miller
2016-04-14mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko
2016-04-14mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko
2016-04-14mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko
2016-04-14mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Get max_buff defaults into limits exposed to userJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Change initialization of PG 9Jiri Pirko
2016-04-14mlxsw: spectrum_buffers: Remove eg pool 3 default init and CPU port TC bindin...Jiri Pirko
2016-04-14mlxsw: spectrum_buffers: Cache shared buffer configurationJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Rename "pool" to "pr" in initializationJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Push out indexes and direction out of SB structsJiri Pirko
2016-04-14mlxsw: spectrum_buffers: Push out shared buffer register writesJiri Pirko
2016-04-14mlxsw: core: Add devlink shared buffer callbacksJiri Pirko
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko
2016-04-14devlink: add shared buffer configurationJiri Pirko
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger
2016-04-14ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov
2016-04-14Merge branch 'qed-ethtool-rss'David S. Miller
2016-04-14qed* - bump driver versions to 8.7.1.20Yuval Mintz
2016-04-14qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru
2016-04-14qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru
2016-04-14qed*: remove version dependencyRahul Verma
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2016-04-14net: remove netdevice gso_min_segsEric Dumazet
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall
2016-04-14net: bcmgenet: add BQL supportPetri Gynther
2016-04-13net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli
2016-04-13net: bcmgenet: use napi_complete_done()Eric Dumazet
2016-04-13Merge branch 'sctp-delayed-wakeups'David S. Miller
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner
2016-04-13sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner