Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
26f5df265f06b8c8fe9f5d0942b7d8df00e5edec
/
net
/
core
58ec3b4
net: Fix netdev_run_todo dead-lock
by Herbert Xu
· 16 years ago
b6c40d6
net: only invoke dev->change_rx_flags when device is UP
by Patrick McHardy
· 16 years ago
ad55dca
netdev: simple_tx_hash shouldn't hash inside fragments
by Alexander Duyck
· 16 years ago
e8a83e1
pkt_sched: Fix qdisc state in net_tx_action()
by Jarek Poplawski
· 16 years ago
195648b
pkt_sched: Prevent livelock in TX queue running.
by David S. Miller
· 16 years ago
deb3abf
Revert "pkt_sched: Protect gen estimators under est_lock."
by David S. Miller
· 16 years ago
96d2031
pkt_sched: Fix missed RCU unlock in dev_queue_xmit()
by David S. Miller
· 16 years ago
def82a1
net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().
by Jarek Poplawski
· 16 years ago
a9312ae
pkt_sched: Add 'deactivated' state.
by David S. Miller
· 16 years ago
db543c1
net: skb_copy_datagram_from_iovec()
by Rusty Russell
· 16 years ago
6f85a12
net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header
by Herbert Xu
· 16 years ago
d476669
pkt_sched: Protect gen estimators under est_lock.
by Jarek Poplawski
· 16 years ago
64c00d8
pktgen: prevent pktgen from using bad tx queue
by Andrew Gallatin
· 16 years ago
e6fce5b
pktgen: multiqueue etc.
by Robert Olsson
· 16 years ago
f982307
net/core: Allow receive on active slaves.
by Joe Eykholt
· 16 years ago
0d7a368
net/core: Allow certain receives on inactive slave.
by Joe Eykholt
· 16 years ago
cc9bd5c
net/core: Uninline skb_bond().
by Joe Eykholt
· 16 years ago
ff2a79a
pktgen: mac count
by Robert Olsson
· 16 years ago
1211a64
pktgen: random flow
by Robert Olsson
· 16 years ago
c27f339
net_sched: Add qdisc __NET_XMIT_BYPASS flag
by Jarek Poplawski
· 16 years ago
6e583ce
net: eliminate refcounting in backlog queue
by Stephen Hemminger
· 16 years ago
e5a4a72
net: use software GSO for SG+CSUM capable netdevices
by Lennert Buytenhek
· 16 years ago
745e203
net: fix missing pneigh entries in the neighbor seq_file code
by Chris Larson
· 16 years ago
bff6973
net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx.
by Chris Larson
· 16 years ago
5fb6622
pkt_sched: Use qdisc_lock() on already sampled root qdisc.
by David S. Miller
· 16 years ago
c3f26a2
netdev: Fix lockdep warnings in multiqueue configurations.
by David S. Miller
· 16 years ago
8d50b53
pkt_sched: Fix OOPS on ingress qdisc add.
by David S. Miller
· 16 years ago
d0f0980
mac80211: partially fix skb->cb use
by Johannes Berg
· 16 years ago
2284284
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
717115e
printk ratelimiting rewrite
by Dave Young
· 16 years ago
c3c2233
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
26dcce0
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b4942af
net: Update entry in af_family_clock_key_strings
by Oliver Hartkopp
· 16 years ago
5b3ab1d
netdev: Remove warning from __netif_schedule().
by David S. Miller
· 16 years ago
5554b35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
16a37ac
I/OAT: tcp_dma_copybreak default value dependent on I/OAT version
by Maciej Sosnowski
· 16 years ago
cf508b1
netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
by David S. Miller
· 16 years ago
d29f749
net: Fix build failure with 'make mandocs'.
by Dave Jones
· 16 years ago
6579e57
net: Print the module name as part of the watchdog message
by Arjan van de Ven
· 16 years ago
7943986
net: use kcalloc in netdev_queue alloc
by Stephen Hemminger
· 16 years ago
867d79f
net: In __netif_schedule() use WARN_ON instead of BUG_ON
by Linus Torvalds
· 16 years ago
b6b2fed
net: Improve simple_tx_hash().
by David S. Miller
· 16 years ago
eb6a12c
Merge branch 'linus' into cpus4096-for-linus
by Ingo Molnar
· 16 years ago
5f86173
net_sched: Add qdisc_enqueue wrapper
by Jussi Kivilinna
· 16 years ago
230b183
net: Use standard structures for generic socket address structures.
by YOSHIFUJI Hideaki
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
3072367
pkt_sched: Manage qdisc list inside of root qdisc.
by David S. Miller
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
8387400
pkt_sched: Kill netdev_queue lock.
by David S. Miller
· 16 years ago
ead81cc
netdevice: Move qdisc_list back into net_device proper.
by David S. Miller
· 16 years ago
37437bb
pkt_sched: Schedule qdiscs instead of netdev_queue.
by David S. Miller
· 16 years ago
8f0f222
net: Implement simple sw TX hashing.
by David S. Miller
· 16 years ago
eae792b
netdev: Add netdev->select_queue() method.
by David S. Miller
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
9a6d276
core: add stat to track unresolved discards in neighbor cache
by Neil Horman
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
7b1c65f
net: make __skb_splice_bits static
by Harvey Harrison
· 16 years ago
8263884
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 16 years ago
2870c43
net: refactor tcp splice receive path to improve readability
by Octavian Purdila
· 16 years ago
b9e4085
netdev: Do not use TX lock to protect address lists.
by David S. Miller
· 16 years ago
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 16 years ago
f1f28aa
netdev: Add addr_list_lock to struct net_device.
by David S. Miller
· 16 years ago
bc1d041
vlan: deliver packets received with VLAN acceleration to network taps
by Patrick McHardy
· 16 years ago
6aa895b0
vlan: Don't store VLAN tag in cb
by Patrick McHardy
· 16 years ago
666484f
Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
22bb1be
wext: make sysfs bits optional and deprecate them
by Johannes Berg
· 16 years ago
c773e84
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
by David S. Miller
· 16 years ago
eb6aafe
pkt_sched: Make qdisc_run take a netdev_queue.
by David S. Miller
· 16 years ago
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 16 years ago
6fa9864
net: Clean up explicit ->tx_queue references in link watch.
by David S. Miller
· 16 years ago
ee609cb
netdev: Move next_sched into struct netdev_queue.
by David S. Miller
· 16 years ago
816f325
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
555353c
netdev: The ingress_lock member is no longer needed.
by David S. Miller
· 16 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 16 years ago
bb949fb
netdev: Create netdev_queue abstraction.
by David S. Miller
· 16 years ago
4b5a698
net: fix dev_set_promiscuity() breakage
by Patrick McHardy
· 16 years ago
68083e0
Merge commit 'v2.6.26-rc9' into cpus4096
by Ingo Molnar
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ae299fc
net: add fib_rules_ops to flush_cache method
by Denis V. Lunev
· 16 years ago
0853ad6
netdev: Add support for rx flow hash configuration, using ethtool.
by Santwona Behera
· 16 years ago
2fe195c
net: fib_rules: fix error code for unsupported families
by Patrick McHardy
· 16 years ago
93b3cff
netdevice: Fix wrong string handle in kernel command line parsing
by Wang Chen
· 16 years ago
8fde8a0
net: Tyop of sk_filter() comment
by Wang Chen
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5dbaec5
netdevice: Fix typo of dev_unicast_add() comment
by Wang Chen
· 16 years ago
db43a28
tcp: fix for splice receive when used with software LRO
by Octavian Purdila
· 16 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 16 years ago
a60b33c
Merge branch 'linus' into core/softirq
by Ingo Molnar
· 16 years ago
b9f75f4
netns: Don't receive new packets in a dead network namespace.
by Eric W. Biederman
· 16 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 16 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 16 years ago
dad9b33
netdevice: Fix promiscuity and allmulti overflow
by Wang Chen
· 16 years ago
972692e
net: Add sk_set_socket() helper.
by David S. Miller
· 16 years ago
b8a9787
bonding: Allow setting max_bonds to zero
by Jay Vosburgh
· 16 years ago
c1da4ac
net/core: add NETDEV_BONDING_FAILOVER event
by Or Gerlitz
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
Next »