summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-18net: move ioctl functions into a separated fileCong Wang
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka
2013-01-11net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller