index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-08
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
David S. Miller
1
-8
/
+20
2008-07-08
pkt_sched: Make qdisc_run take a netdev_queue.
David S. Miller
1
-2
/
+2
2008-07-08
netdev: Make netif_schedule() routines work with netdev_queue objects.
David S. Miller
1
-4
/
+5
2008-07-08
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
1
-10
/
+5
2008-07-08
netdev: Move next_sched into struct netdev_queue.
David S. Miller
1
-8
/
+7
2008-07-08
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
David S. Miller
1
-2
/
+2
2008-07-08
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
3
-6
/
+12
2008-07-08
netdev: The ingress_lock member is no longer needed.
David S. Miller
1
-5
/
+7
2008-07-08
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
1
-11
/
+22
2008-07-08
netdev: Create netdev_queue abstraction.
David S. Miller
1
-0
/
+8
2008-07-06
net: fix dev_set_promiscuity() breakage
Patrick McHardy
1
-1
/
+1
2008-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-5
/
+4
2008-07-05
net: add fib_rules_ops to flush_cache method
Denis V. Lunev
1
-1
/
+1
2008-07-02
netdev: Add support for rx flow hash configuration, using ethtool.
Santwona Behera
1
-0
/
+37
2008-07-01
net: fib_rules: fix error code for unsupported families
Patrick McHardy
1
-2
/
+2
2008-07-01
netdevice: Fix wrong string handle in kernel command line parsing
Wang Chen
1
-2
/
+2
2008-07-01
net: Tyop of sk_filter() comment
Wang Chen
1
-1
/
+0
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-6
/
+20
2008-06-27
netdevice: Fix typo of dev_unicast_add() comment
Wang Chen
1
-1
/
+1
2008-06-27
tcp: fix for splice receive when used with software LRO
Octavian Purdila
1
-5
/
+12
2008-06-20
netns: Don't receive new packets in a dead network namespace.
Eric W. Biederman
2
-0
/
+7
2008-06-19
net: Discard and warn about LRO'd skbs received for forwarding
Ben Hutchings
1
-0
/
+8
2008-06-19
net: Disable LRO on devices that are forwarding
Ben Hutchings
1
-0
/
+24
2008-06-18
netdevice: Fix promiscuity and allmulti overflow
Wang Chen
1
-10
/
+45
2008-06-17
net: Add sk_set_socket() helper.
David S. Miller
1
-2
/
+2
2008-06-18
bonding: Allow setting max_bonds to zero
Jay Vosburgh
1
-0
/
+13
2008-06-17
net/core: add NETDEV_BONDING_FAILOVER event
Or Gerlitz
1
-0
/
+6
2008-06-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-8
/
+26
2008-06-16
net: Fix test for VLAN TX checksum offload capability
Ben Hutchings
1
-8
/
+26
2008-06-11
net: remove CVS keywords
Adrian Bunk
2
-4
/
+0
2008-06-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-8
/
+11
2008-06-04
tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.
Octavian Purdila
1
-2
/
+3
2008-06-03
netlink: Improve returned error codes
Thomas Graf
2
-2
/
+4
2008-06-03
net_dma: remove duplicate assignment in dma_skb_copy_datagram_iovec
Brice Goglin
1
-1
/
+1
2008-06-03
net: neighbour table ABI problem
Stephen Hemminger
1
-3
/
+3
2008-05-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-1
/
+5
2008-05-21
net: The dev->get_stats pointer is not NULL nowadays.
Pavel Emelyanov
2
-17
/
+12
2008-05-20
pktgen: make sure that pktgen_thread_worker has been executed
Denis V. Lunev
1
-0
/
+4
2008-05-20
net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()
David Woodhouse
1
-1
/
+1
2008-05-19
netns: Register net/core/ sysctls at read-only root.
Pavel Emelyanov
1
-20
/
+19
2008-05-14
net: handle errors from device_rename
Stephen Hemminger
1
-1
/
+5
2008-05-14
net: Fix typo in net/core/sock.c.
Rami Rosen
1
-1
/
+1
2008-05-12
net: Allow netdevices to specify needed head/tailroom
Johannes Berg
1
-1
/
+1
2008-05-08
net: Added ASSERT_RTNL() to dev_open() and dev_close().
Ben Hutchings
1
-0
/
+4
2008-05-08
netns: Fix arbitrary net_device-s corruptions on net_ns stop.
Pavel Emelyanov
1
-3
/
+5
2008-05-03
net: Fix useless comment reference loop.
Johannes Berg
1
-1
/
+3
2008-05-02
netns: Fix device renaming for sysfs
Daniel Lezcano
3
-3
/
+10
2008-05-02
net: remove NR_CPUS arrays in net/core/dev.c
Mike Travis
1
-4
/
+11
2008-05-02
net: use get/put_unaligned_* helpers
Harvey Harrison
1
-2
/
+2
2008-05-02
net: Add missing braces to multi-statement if()s
Ilpo Järvinen
1
-1
/
+2
[next]