summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-031-0/+1
* net: add busy_poll device featureJiri Pirko2014-04-031-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-66/+87
|\
| * net-gro: restore frag0 optimizationEric Dumazet2014-03-311-32/+64
| * net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-4/+9
| |\
| * | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-291-4/+4
| * | netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman2014-03-291-9/+4
| * | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-0/+2
| * | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-6/+7
| * | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-10/+1
| * | net: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-201-266/+327
| |\ \ \
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| | |/ / | |/| |
* | | | net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-4/+9
| |_|/ |/| |
* | | net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-10/+12
|/ /
* | net: Mark functions as static in core/dev.cRashika Kheria2014-02-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-253/+309
|\ \
| * | net: Export gro_find_by_type helpersOr Gerlitz2014-01-211-0/+2
| * | net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-0/+1
| * | net: remove unnecessary initializations in net_dev_initSabrina Dubroca2014-01-211-10/+0
| * | net: document accel_priv parameter for __dev_queue_xmit()Jason Wang2014-01-191-1/+2
| * | net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-161-6/+6
| * | net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-161-0/+5
| * | net: Check skb->rxhash in gro_receiveTom Herbert2014-01-161-1/+8
| * | net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-151-0/+22
| * | net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico2014-01-151-27/+30
| * | net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2014-01-141-39/+61
| * | net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings2014-01-141-0/+2
| * | net: Fix indentation in dev_hard_start_xmit()Ben Hutchings2014-01-141-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-12/+17
| |\ \
| * | | net: make dev_set_mtu() honor notification return codeVeaceslav Falico2014-01-131-9/+25
| * | | net: gro: change GRO overflow strategyEric Dumazet2014-01-131-2/+15
| * | | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-0/+26
| * | | net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-01-071-5/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-1/+1
| |\ \ \ \
| | * | | | net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-031-1/+1
| * | | | | net: core functions cleanupstephen hemminger2014-01-011-56/+26
| * | | | | net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu2013-12-311-1/+1
| * | | | | net: use kfree_skb_list() helperEric Dumazet2013-12-211-15/+3
| * | | | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-2/+2
| * | | | | bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+21
| |/ / / /
| * | | | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-121-51/+25
| * | | | net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-091-15/+0
OpenPOWER on IntegriCloud