deliverable/linux.git
2016-02-18  Alexander Duycki40evf: Update feature flags to reflect newly enabled...
2016-02-18  Alexander Duycki40e: Update feature flags to reflect newly enabled...
2016-02-18  Alexander Duycki40e: Do not drop support for IPv6 VXLAN or GENEVE...
2016-02-18  Alexander Duycki40e: Fix ATR in relation to tunnels
2016-02-18  Alexander Duycki40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
2016-02-18  Alexander Duycki40e/i40evf: Clean-up Rx packet checksum handling
2016-02-18  Alexander Duycki40e/i40evf: Add exception handling for Tx checksum
2016-02-18  Alexander Duycki40e/i40evf: Do not write to descriptor unless we complete
2016-02-18  Alexander Duycki40e/i40evf: Handle IPv6 extension headers in checksum...
2016-02-18  Alexander Duycki40e/i40evf: Add support for IPv4 encapsulated in IPv6
2016-02-18  Alexander Duycki40e/i40evf: Replace header pointers with unions of...
2016-02-18  Alexander Duycki40e/i40evf: Consolidate all header changes into TSO...
2016-02-18  Alexander Duycki40e/i40evf: Factor out L4 header and checksum from...
2016-02-18  Alexander Duycki40e/i40evf: Use u64 values instead of casting them...
2016-02-18  Alexander Duycki40e/i40evf: Drop outer checksum offload that was not...
2016-02-18  Jamal Hadi... net_sched: Improve readability of filter processing
2016-02-18  Ido Schimmelbridge: switchdev: Offload VLAN flags to hardware bridge
2016-02-18  Stefan Roesenet: phy: Add SGMII support for Marvell 88E1510/1512...
2016-02-18  Alison Schofieldisdn: divamnt: use y2038-safe ktime_get_ts64() for...
2016-02-18  David S. MillerMerge branch '40GbE' of git://git./linux/kernel/git...
2016-02-18  Colin Ian Kingnet-sysfs: remove unused fmt_long_hex
2016-02-18  Catherine Sullivani40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
2016-02-18  Anjali Singhai... i40e: When in promisc mode apply promisc mode to Tx...
2016-02-18  Shannon Nelsoni40e: clean event descriptor before use
2016-02-18  Mitch Williamsi40evf: set adapter state on reset failure
2016-02-18  Shannon Nelsoni40e: better error reporting for nvmupdate
2016-02-18  Mitch Williamsi40e: expand comment
2016-02-18  Anjali Singhai... i40e: Do not disable queues in the Legacy/MSI Interrupt...
2016-02-18  Mitch Williamsi40e/i40evf: avoid atomics
2016-02-18  Kiran Patili40e: Removal of code which relies on BASE VEB SEID
2016-02-18  Anjali Singhai... i40e: Fix PROMISC mode for Multi-function per port...
2016-02-18  Anjali Singhai... i40e: Add a SW workaround for lost interrupts
2016-02-18  Jesse Brandeburgi40e: trivial: cleanup use of pf->hw
2016-02-18  Mitch Williamsi40evf: support packet split receive
2016-02-18  Jesse Brandeburgi40e: drop unused debugfs file "dump"
2016-02-18  Mitch Williamsi40e: get rid of magic number
2016-02-18  David S. MillerMerge branch 'vxlan-cleanups'
2016-02-18  Jiri Bencvxlan: treat vni in metadata based tunnels consistently
2016-02-18  Jiri Bencvxlan: clean up rx error path
2016-02-18  Jiri Bencvxlan: clean up extension handling on rx
2016-02-18  Jiri Bencvxlan: move GBP header parsing to a separate function
2016-02-18  Jiri Bencvxlan: simplify vxlan_remcsum
2016-02-18  Jiri Bencvxlan: keep flags and vni in network byte order
2016-02-18  Jiri Bencvxlan: introduce vxlan_hdr
2016-02-18  David S. MillerMerge branch '40GbE' of git://git./linux/kernel/git...
2016-02-18  David S. MillerMerge branch 'rocker-worlds'
2016-02-18  Jiri Pirkorocker: return -EOPNOTSUPP for undefined world ops
2016-02-18  Jiri Pirkorocker: move OF-DPA stuff into separate file
2016-02-18  Jiri Pirkorocker: call rocker_cmd_exec function with "nowait...
2016-02-18  Jiri Pirkorocker: remove trans parameter to rocker_cmd_exec function
2016-02-18  Jiri Pirkorocker: pre-allocate wait structures during cmd ring...
2016-02-18  Jiri Pirkorocker: pass "learning" value as a parameter to rocker_...
2016-02-18  Jiri Pirkorocker: introduce worlds infrastructure
2016-02-18  Jiri Pirkorocker: move rocker and rocker_port structs into header
2016-02-18  Jiri Pirkorocker: implement get settings mode command
2016-02-18  Jiri Pirkorocker: push tlv processing into separate files
2016-02-18  Jiri Pirkorocker: rename rocker.c to rocker_main.c
2016-02-18  Jiri Pirkorocker: rename rocker.h to rocker_hw.h
2016-02-18  Jiri Pirkorocker: remove unused rocker_port param from alloc...
2016-02-18  David S. MillerMerge branch 'xgene-multiq'
2016-02-18  Iyappan Subramaniandtb: xgene: Add irqs to support multi queue
2016-02-18  Iyappan Subramaniandrivers: net: xgene: Add support for multiple queues
2016-02-18  Iyappan Subramaniandrivers: net: xgene: Add support for RSS
2016-02-18  Iyappan Subramaniandrivers: net: xgene: Add support for Classifier engine
2016-02-18  Zhang Shengjuvlan: change return type of vlan_proc_rem_dev
2016-02-18  John Fastabendnet: pack tc_cls_u32_knode struct slighter better
2016-02-18  John Fastabendixgbe: fix dates on header of ixgbe_model.h
2016-02-18  John Fastabendixgbe: use u32 instead of __u32 in model header
2016-02-17  Jesse Brandeburgi40e/i40evf: Bump version
2016-02-17  Mitch Williamsi40e: properly show packet split status in debugfs
2016-02-17  Mitch Williamsi40e/i40evf: use logical operators, not bitwise
2016-02-17  Mitch Williamsi40e/i40evf: use pages correctly in Rx
2016-02-17  Jesse Brandeburgi40e/i40evf: use __GFP_NOWARN
2016-02-17  Jesse Brandeburgi40e: dump descriptor indexes in hex
2016-02-17  Jesse Brandeburgi40e/i40evf: try again after failure
2016-02-17  Jesse Brandeburgi40e/i40evf: don't lose interrupts
2016-02-17  Catherine Sullivani40evf: Change vf driver string to reflect all products...
2016-02-17  Anjali Singhai... i40e: Refactor force_wb and WB_ON_ITR functionality...
2016-02-17  Shannon Nelsoni40e: use new add_veb calling with VEB stats control
2016-02-17  Shannon Nelsoni40e: add VEB stat control and remove L2 cloud filter
2016-02-17  Shannon Nelsoni40e: set shared bit for multicast filters
2016-02-17  Neerav Parikhi40e: Make the DCB firmware checks for X710/XL710 only
2016-02-17  Jesse Brandeburgi40e: move sync_vsi_filters up in service_task
2016-02-17  David S. MillerMerge branch 'inet_lro-remove'
2016-02-17  Ben Hutchingsipv4: Remove inet_lro library
2016-02-17  Ben HutchingsRDMA/nes: Replace LRO with GRO
2016-02-17  Ben Hutchingspasemi_mac: Replace LRO with GRO
2016-02-17  One Thousand... af_llc: fix types on llc_ui_wait_for_conn
2016-02-17  Yuval Mintzqed/qede: use 8.7.3.0 FW.
2016-02-17  David S. MillerMerge branch 'sctp-cleanups'
2016-02-17  Xin Longsctp: remove the unused sctp_datamsg_free()
2016-02-17  Xin Longsctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()
2016-02-17  Xin Longsctp: move rcu_read_lock from __sctp_lookup_association...
2016-02-17  Rosen, Ramicore: remove unneded headers for net cgroup controllers.
2016-02-17  David S. MillerMerge branch 'renesas-cleanups'
2016-02-17  Sergei Shtylyovsh_eth: kill useless *switch* defaults
2016-02-17  Sergei Shtylyovravb: kill useless *switch* defaults
2016-02-17  David S. MillerMerge branch '40GbE' of git://git./linux/kernel/git...
2016-02-17  David S. MillerMerge branch 'amd-xgbe-next'
2016-02-17  Lendacky, Thomasamd-xgbe: Mask auto-negotiation interrupts in ISR
next
This page took 0.0397149999999999 seconds and 5 git commands to generate.