summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-07af-packet: fix oops when socket is not presentEric Leblond
2012-10-21net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-08net: gro: selective flush of packetsEric Dumazet
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-01net: add gro_cells infrastructureEric Dumazet
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-09-19net: dev: fix incorrect getting net device's nameGao feng
2012-09-19net: more accurate network taps in transmit pathEric Dumazet
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-08net: small bug on rxhash calculationChema Gonzalez
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24net: Set device operstate at registration timeBen Hutchings
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet
2012-08-22net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman
2012-08-14net: remove netdev_bonding_change()Amerigo Wang