aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: move ioctl functions into a separated fileCong Wang1-573/+0
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+1
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang1-5/+16
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman1-1/+26
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches1-9/+5
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-0/+8
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+9
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang1-175/+0
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet1-1/+5
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka1-0/+8
2013-01-11net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck1-0/+1
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck1-6/+20
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck1-66/+117
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck1-23/+33
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck1-0/+155
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-25/+32
2013-01-10net_sched: more precise pkt_len computationEric Dumazet1-1/+21
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet1-1/+2
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-63/+0
2013-01-04net: introduce upper device listsJiri Pirko1-4/+235
2013-01-03net: add address assign type "SET"Jiri Pirko1-0/+1
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko1-3/+4
2012-12-28net: add change_carrier netdev opJiri Pirko1-0/+19
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet1-9/+9
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-60/+176
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet1-26/+26
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck1-2/+13
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet1-0/+2
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko1-1/+1
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn1-0/+6
2012-11-29core: make GRO methods static.Rami Rosen1-6/+3
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley1-2/+19
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat1-4/+2
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman1-4/+13
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet1-2/+2
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich1-7/+7
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-10/+9
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+80
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-07af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-10-21net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen1-1/+0
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-2/+5