index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2013-02-06
1
-1
/
+26
*
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2013-02-06
1
-9
/
+5
*
net: disallow drivers with buggy VLAN accel to register_netdevice()
Michał Mirosław
2013-01-30
1
-0
/
+8
*
net: fix possible wrong checksum generation
Eric Dumazet
2013-01-28
1
-0
/
+9
*
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2013-01-21
1
-175
/
+0
*
net_sched: fix qdisc_pkt_len_init()
Eric Dumazet
2013-01-16
1
-1
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-15
1
-0
/
+8
|
\
|
*
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
2013-01-12
1
-0
/
+8
*
|
net: Export __netdev_pick_tx so that it can be used in modules
Alexander Duyck
2013-01-12
1
-0
/
+1
*
|
net: Add support for XPS without sysfs being defined
Alexander Duyck
2013-01-11
1
-6
/
+20
*
|
net: Rewrite netif_set_xps_queues to address several issues
Alexander Duyck
2013-01-11
1
-66
/
+117
*
|
net: Rewrite netif_reset_xps_queue to allow for better code reuse
Alexander Duyck
2013-01-11
1
-23
/
+33
*
|
net: Add functions netif_reset_xps_queue and netif_set_xps_queue
Alexander Duyck
2013-01-11
1
-0
/
+155
*
|
net: Split core bits of netdev_pick_tx into __netdev_pick_tx
Alexander Duyck
2013-01-11
1
-25
/
+32
*
|
net_sched: more precise pkt_len computation
Eric Dumazet
2013-01-10
1
-1
/
+21
*
|
net: init perm_addr in register_netdevice()
Jiri Pirko
2013-01-09
1
-0
/
+7
*
|
net: introduce skb_transport_header_was_set()
Eric Dumazet
2013-01-09
1
-1
/
+2
*
|
net: remove no longer used netdev_set_bond_master() and netdev_set_master()
Jiri Pirko
2013-01-04
1
-63
/
+0
*
|
net: introduce upper device lists
Jiri Pirko
2013-01-04
1
-4
/
+235
*
|
net: add address assign type "SET"
Jiri Pirko
2013-01-04
1
-0
/
+1
*
|
net: call add_device_randomness() only after successful mac change
Jiri Pirko
2013-01-04
1
-3
/
+4
*
|
net: add change_carrier netdev op
Jiri Pirko
2012-12-29
1
-0
/
+19
|
/
*
net: devnet_rename_seq should be a seqcount
Eric Dumazet
2012-12-21
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-13
1
-60
/
+176
|
\
|
*
net: gro: dev_gro_receive() cleanup
Eric Dumazet
2012-12-11
1
-26
/
+26
|
*
net: Handle encapsulated offloads before fragmentation or handing to lower dev
Alexander Duyck
2012-12-09
1
-2
/
+13
|
*
net: call notifiers for mtu change even if iface is not up
Jiri Pirko
2012-12-07
1
-1
/
+1
|
*
net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
Serge Hallyn
2012-12-04
1
-0
/
+6
|
*
core: make GRO methods static.
Rami Rosen
2012-11-29
1
-6
/
+3
|
*
sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name
Brian Haley
2012-11-26
1
-2
/
+19
|
*
net: Remove redundant null check before kfree in dev.c
Sachin Kamat
2012-11-20
1
-4
/
+2
|
*
net: Allow userns root control of the core of the network stack.
Eric W. Biederman
2012-11-19
1
-4
/
+13
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-18
1
-1
/
+3
|
|
\
|
*
|
net: use right lock in __dev_remove_offload
Eric Dumazet
2012-11-16
1
-2
/
+2
|
*
|
net: Remove code duplication between offload structures
Vlad Yasevich
2012-11-15
1
-7
/
+7
|
*
|
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
2012-11-15
1
-10
/
+9
|
*
|
net: Add generic packet offload infrastructure.
Vlad Yasevich
2012-11-15
1
-0
/
+80
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-11
1
-1
/
+1
|
|
\
\
|
*
|
|
net:dev: remove double indentical assignment in dev_change_net_namespace().
Rami Rosen
2012-10-22
1
-1
/
+0
*
|
|
|
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
2012-12-07
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
net-rps: Fix brokeness causing OOO packets
Tom Herbert
2012-11-16
1
-1
/
+3
|
|
/
|
/
|
*
|
af-packet: fix oops when socket is not present
Eric Leblond
2012-11-07
1
-1
/
+1
|
/
*
vlan: don't deliver frames for unknown vlans to protocols
Florian Zumbiehl
2012-10-08
1
-2
/
+5
*
net: gro: selective flush of packets
Eric Dumazet
2012-10-08
1
-7
/
+31
*
net: gro: fix a potential crash in skb_gro_reset_offset
Eric Dumazet
2012-10-07
1
-6
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
1
-35
/
+74
|
\
|
*
net: add gro_cells infrastructure
Eric Dumazet
2012-10-01
1
-0
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-2
/
+3
|
|
\
|
*
|
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2012-09-19
1
-3
/
+3
|
*
|
net: provide a default dev->ethtool_ops
Eric Dumazet
2012-09-19
1
-0
/
+4
[next]