aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-08net: gro: selective flush of packetsEric Dumazet1-7/+31
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-6/+8
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-35/+74
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+5
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang1-3/+3
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet1-0/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng1-8/+20
2012-09-19net: more accurate network taps in transmit pathEric Dumazet1-3/+6
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-10/+6
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-7/+17
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-3/+4
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+2
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-2/+7
2012-08-22net: remove delay at device dismantleEric Dumazet1-14/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-14net: remove netdev_bonding_change()Amerigo Wang1-6/+0