ixgbe: add comment noting recalculation of queues
[deliverable/linux.git] / net /
2014-09-04  Jesper Dangaard... qdisc: validate frames going through the direct_xmit...
2014-09-04  Jesper Dangaard... qdisc: exit case fixes for skb list handling in qdisc...
2014-09-02  Jesper Dangaard... qdisc: adjustments for API allowing skb list xmits
2014-09-02  David S. MillerMerge branch 'netdev_modified'
2014-09-02  Nicolas Dichtelrtnl/do_setlink(): notify when a netdev is modified
2014-09-02  Nicolas Dichtelrtnl/do_setlink(): last arg is now a set of flags
2014-09-02  Nicolas Dichtelrtnl/do_setlink(): set modified when IFLA_LINKMODE...
2014-09-02  Nicolas Dichtelrtnl/do_setlink(): set modified when IFLA_TXQLEN is...
2014-09-02  Willem de Bruijnsock: deduplicate errqueue dequeue
2014-09-02  David S. MillerMerge branch 'csums-next'
2014-09-02  Tom Herbertl2tp: Enable checksum unnecessary conversions for l2tp...
2014-09-02  Tom Herbertgre: Add support for checksum unnecessary conversions
2014-09-02  Tom Herbertudp: Add support for doing checksum unnecessary conversion
2014-09-02  Tom Herbertnet: Support for csum_bad in skbuff
2014-09-02  Florian Fainellinet: dsa: make dsa_pack_type static
2014-09-02  stephen hemmingertcp: whitespace fixes
2014-09-02  Jesper Dangaard... pktgen: add flag NO_TIMESTAMP to disable timestamping
2014-09-02  Erik Hugnetipc: add name distributor resiliency queue
2014-09-02  Erik Hugnetipc: refactor name table updates out of named packet...
2014-09-02  David S. MillerMerge branch 'xmit_list'
2014-09-02  David S. Millernet: xmit_list() becomes dev_hard_start_xmit().
2014-09-02  David S. Millernet: Don't keep around original SKB when we software...
2014-09-02  David S. Millernet: Validate xmit SKBs right when we pull them out...
2014-09-02  David S. Millernet: Separate out SKB validation logic from transmit...
2014-09-02  David S. Millernet: Have xmit_list() signal more==true when appropriate.
2014-09-02  David S. Millernet: Pass a "more" indication down into netdev_start_xm...
2014-09-02  David S. Millernet: Move main gso loop out of dev_hard_start_xmit...
2014-09-02  David S. Millernet: Create xmit_one() helper for dev_hard_start_xmit()
2014-09-02  David S. Millernet: Do txq_trans_update() in netdev_start_xmit()
2014-08-30  David S. MillerMerge branch 'csums-next'
2014-08-30  Tom Herbertsctp: Change sctp to implement csum_levels
2014-08-30  Tom Herbertnet: Allow GRO to use and set levels of checksum unnece...
2014-08-30  Tom Herbertnet: Clarification of CHECKSUM_UNNECESSARY
2014-08-30  Ying Xuetipc: fix a potential oops
2014-08-30  Daniel Borkmannnet: add skb_get_tx_queue() helper
2014-08-28  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2014-08-28  David S. MillerMerge branch 'sf2'
2014-08-28  Florian Fainellinet: dsa: add Broadcom SF2 switch driver
2014-08-28  Florian Fainellinet: dsa: add Broadcom tag RX/TX handler
2014-08-28  Florian Fainellinet: dsa: allow updating fixed PHY link information
2014-08-28  Florian Fainellinet: dsa: allow drivers to do link adjustment
2014-08-28  Florian Fainellinet: dsa: allow switches to work without tagging
2014-08-28  Florian Fainellinet: dsa: allow for more complex PHY setups
2014-08-28  Florian Fainellinet: dsa: retain a per-port device_node pointer
2014-08-28  Florian Fainellinet: dsa: provide a switch device device tree node...
2014-08-28  Florian Fainellinet: dsa: reduce number of protocol hooks
2014-08-27  Florian Westphaltcp: syncookies: mark cookie_secret read_mostly
2014-08-26  WANG Congnet: make skb an optional parameter for__skb_flow_dissect()
2014-08-26  WANG Congnet: fix comments for __skb_flow_get_ports()
2014-08-25  David S. MillerMerge branch 'ndo_xmit_flush'
2014-08-25  David S. Millernet: Add ops->ndo_xmit_flush()
2014-08-25  Ian Morrisipv6: White-space cleansing : gaps between function...
2014-08-25  Ian Morrisipv6: White-space cleansing : Structure layouts
2014-08-25  Ian Morrisipv6: White-space cleansing : Line Layouts
2014-08-25  David S. MillerMerge branch 'csums-next'
2014-08-25  Tom Herbertgre: When GRE csum is present count as encap layer...
2014-08-25  Tom Herbertudp: additional GRO support
2014-08-25  Tom Herberttcp: Call skb_gro_checksum_validate
2014-08-25  Tom Herbertgre: call skb_gro_checksum_simple_validate
2014-08-25  Tom Herbertnet: skb_gro_checksum_* functions
2014-08-23  Daniel Borkmannnet: use reciprocal_scale() helper
2014-08-23  David S. Millernet: Allow raw buffers to be passed into the flow disse...
2014-08-23  David S. MillerMerge branch 'tipc-next'
2014-08-23  Jon Paul Maloytipc: merge struct tipc_port into struct tipc_sock
2014-08-23  Jon Paul Maloytipc: remove files ref.h and ref.c
2014-08-23  Jon Paul Maloytipc: remove include file port.h
2014-08-23  Jon Paul Maloytipc: remove source file port.c
2014-08-23  Jon Paul Maloytipc: remove port_lock
2014-08-23  Jon Paul Maloytipc: replace port pointer with socket pointer in registry
2014-08-23  Jon Paul Maloytipc: use registry when scanning sockets
2014-08-23  Jon Paul Maloytipc: eliminate functions tipc_port_init and tipc_port_...
2014-08-23  Jon Paul Maloytipc: redefine message acknowledge function
2014-08-23  Jon Paul Maloytipc: eliminate port_connect()/port_disconnect() functions
2014-08-23  Jon Paul Maloytipc: eliminate function tipc_port_shutdown()
2014-08-23  Jon Paul Maloytipc: clean up socket timer function
2014-08-23  Jon Paul Maloytipc: use message to abort connections when losing...
2014-08-23  Jon Paul Maloytipc: use pseudo message to wake up sockets after link...
2014-08-23  Jon Paul Maloytipc: introduce new function tipc_msg_create()
2014-08-23  David S. MillerMerge git://git./linux/kernel/git/davem/net
2014-08-23  Yuchung Chengtcp: improve undo on timeout
2014-08-23  Eric Dumazetnet: remove dead code after sk_data_ready change
2014-08-23  Eric Dumazetnet: use ktime_get_ns() and ktime_get_real_ns() helpers
2014-08-23  David S. MillerMerge tag 'linux-can-next-for-3.18-20140820' of git...
2014-08-22  Linus TorvaldsMerge tag 'pwm/for-3.17-rc2' of git://git./linux/kernel...
2014-08-22  Michal Kaziormac80211: fix channel switch for chanctx-based drivers
2014-08-22  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-08-22  Himangi Saraogiaf_decnet: Use time_after_eq
2014-08-22  Himangi Saraogidecnet: Use time_after_eq
2014-08-22  Himangi Saraogiipconfig: Use time_before
2014-08-22  Himangi Saraogidn_dev: Use time_before
2014-08-22  Andreea-Cristina... br_multicast: Replace rcu_assign_pointer() with RCU_INI...
2014-08-22  Andreea-Cristina... net/openvswitch/flow.c: Replace rcu_dereference() with...
2014-08-22  Andreea-Cristina... net/ipv4/igmp.c: Replace rcu_dereference() with rcu_acc...
2014-08-22  Sébastien Barréipv4: Restore accept_local behaviour in fib_validate_so...
2014-08-22  Daniel Borkmannnet: sctp: fix suboptimal edge-case on non-active activ...
2014-08-22  Daniel Borkmannnet: sctp: spare unnecessary comparison in sctp_trans_e...
2014-08-22  Jiri Bencopenvswitch: fix panic with multiple vlan headers
2014-08-22  Benjamin Blocknet: ipv6: fib: don't sleep inside atomic lock
2014-08-22  David S. MillerMerge tag 'linux-can-fixes-for-3.17-20140821' of git...
2014-08-22  zhuyjsctp: not send SCTP_PEER_ADDR_CHANGE notifications...
next
This page took 0.154518 seconds and 8 git commands to generate.