Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar
2014-12-10netdevice: Add a function to check macvlan portMahesh Bandewar
2014-12-03bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-12-03net: introduce generic switch devices supportJiri Pirko
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar
2014-11-22Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet
2014-11-12net: kill netif_copy_real_num_queues()WANG Cong
2014-11-10net: gro: add a per device gro flush timerEric Dumazet
2014-11-06net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-06udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-04netdevice: add ieee802154_ptr to net_deviceAlexander Aring
2014-11-03net: shrink struct softnet_dataEric Dumazet
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-07net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-04fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-04qdisc: validate skb without holding lockEric Dumazet
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-20fou: Add GRO supportTom Herbert
2014-09-16dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-14netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck
2014-09-14ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert
2014-09-02net: Support for csum_bad in skbuffTom Herbert
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-30net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert
2014-08-30net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-28net: dsa: allow switches to work without taggingFlorian Fainelli
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli
2014-08-26net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-25net: skb_gro_checksum_* functionsTom Herbert
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko
2014-08-01net: kernel-doc compliant documentation for net_deviceKaroly Kemeny
2014-07-21net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-07-21net: use dev->name in netdev_pr* when it's availableVeaceslav Falico
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-16net: add name_assign_type netdev attributeTom Gundersen