Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7abbcd6a4c8d6179121f2915a761b1133bf1cd99
7abbcd6
ipv6: remove unused macros from net/ipv6.h
by Denis V. Lunev
· 16 years ago
725a8ff
ipv6: remove unused parameter from ip6_ra_control
by Denis V. Lunev
· 16 years ago
bdccc4c
tcp: fix kernel panic with listening_get_next
by Daniel Lezcano
· 16 years ago
4389dde
tcp: Remove redundant checks when setting eff_sacks
by Adam Langley
· 16 years ago
33ad798
tcp: options clean up
by Adam Langley
· 16 years ago
49a72df
tcp: Fix MD5 signatures for non-linear skbs
by Adam Langley
· 16 years ago
845525a
sctp: Update sctp global memory limit allocations.
by Vlad Yasevich
· 16 years ago
336d326
sctp: remove unnecessary byteshifting, calculate directly in big-endian
by Harvey Harrison
· 16 years ago
4e54064
sctp: Allow only 1 listening socket with SO_REUSEADDR
by Vlad Yasevich
· 16 years ago
23b29ed
sctp: Do not leak memory on multiple listen() calls
by Vlad Yasevich
· 16 years ago
7dab83d
sctp: Support ipv6only AF_INET6 sockets.
by Vlad Yasevich
· 16 years ago
6d0ccba
sctp: Prevent uninitialized memory access
by Florian Westphal
· 16 years ago
c4e85f8
sctp: Don't abort initialization when CONFIG_PROC_FS=n
by Florian Westphal
· 16 years ago
c1e20f7
tcp: RTT metrics scaling
by Stephen Hemminger
· 16 years ago
30ee42b
pkt_sched: Fix noqueue_qdisc initialization.
by David S. Miller
· 16 years ago
3072367
pkt_sched: Manage qdisc list inside of root qdisc.
by David S. Miller
· 16 years ago
72b25a9
pkt_sched: Get rid of u32_list.
by David S. Miller
· 16 years ago
8913336
packet: add PACKET_RESERVE sockopt
by Patrick McHardy
· 16 years ago
3ca4095
bnx2: Update version to 1.7.9.
by Benjamin Li
· 16 years ago
8a31329
bnx2: Fix Sparse warnings
by Benjamin Li
· 16 years ago
706bf24
bnx2: Add TX multiqueue support.
by Benjamin Li
· 16 years ago
4f83ec1
bnx2: Update TPAT firmware
by Benjamin Li
· 16 years ago
076152d
e1000: resolve tx multiqueue bug
by Ben Hutchings
· 16 years ago
d55b53f
igb/ixgbe/e1000e: resolve tx multiqueue bug
by Jeff Kirsher
· 16 years ago
b6fcbdb
proc: consolidate per-net single-release callers
by Pavel Emelyanov
· 16 years ago
de05c55
proc: consolidate per-net single_open callers
by Pavel Emelyanov
· 16 years ago
60bdde9
proc: clean the ip_misc_proc_init and ip_proc_init_net error paths
by Pavel Emelyanov
· 16 years ago
8e3461d
proc: show per-net ip_devconf.forwarding in /proc/net/snmp
by Pavel Emelyanov
· 16 years ago
229bf0c
proc: create /proc/net/snmp file in each net
by Pavel Emelyanov
· 16 years ago
7b7a9df
proc: create /proc/net/netstat file in each net
by Pavel Emelyanov
· 16 years ago
d89cbbb
ipv4: clean the init_ipv4_mibs error paths
by Pavel Emelyanov
· 16 years ago
923c658
mib: put icmpmsg statistics on struct net
by Pavel Emelyanov
· 16 years ago
b60538a
mib: put icmp statistics on struct net
by Pavel Emelyanov
· 16 years ago
386019d
mib: put udplite statistics on struct net
by Pavel Emelyanov
· 16 years ago
2f275f9
mib: put udp statistics on struct net
by Pavel Emelyanov
· 16 years ago
61a7e26
mib: put net statistics on struct net
by Pavel Emelyanov
· 16 years ago
a20f579
mib: put ip statistics on struct net
by Pavel Emelyanov
· 16 years ago
57ef42d
mib: put tcp statistics on struct net
by Pavel Emelyanov
· 16 years ago
9b4661b
ipv4: add pernet mib operations
by Pavel Emelyanov
· 16 years ago
852566f
mib: add netns/mib.h file
by Pavel Emelyanov
· 16 years ago
a60f28f
Revert "remove the strip driver"
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
a0c80b8
pkt_sched: Make default qdisc nonshared-multiqueue safe.
by David S. Miller
· 16 years ago
93245dd
pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()
by David S. Miller
· 16 years ago
99194cf
pkt_sched: Add multiqueue handling to qdisc_graft().
by David S. Miller
· 16 years ago
8387400
pkt_sched: Kill netdev_queue lock.
by David S. Miller
· 16 years ago
c7e4f3b
pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.
by David S. Miller
· 16 years ago
78a5b30
pkt_sched: Rework {sch,tbf}_tree_lock().
by David S. Miller
· 16 years ago
5304997
pkt_sched: Make qdisc grafting locking more specific.
by David S. Miller
· 16 years ago
ead81cc
netdevice: Move qdisc_list back into net_device proper.
by David S. Miller
· 16 years ago
15b458f
pkt_sched: Kill qdisc_lock_tree usage in cls_route.c
by David S. Miller
· 16 years ago
55dbc64
pkt_sched: Remove qdisc_lock_tree usage in cls_api.c
by David S. Miller
· 16 years ago
17715e6
pkt_sched: Use per-queue locking in shutdown_scheduler_queue.
by David S. Miller
· 16 years ago
8a34c5d
pkt_sched: Perform bulk of qdisc destruction in RCU.
by David S. Miller
· 16 years ago
1636112
pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.
by David S. Miller
· 16 years ago
37437bb
pkt_sched: Schedule qdiscs instead of netdev_queue.
by David S. Miller
· 16 years ago
7698b4f
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
by David S. Miller
· 16 years ago
e2627c8
pkt_sched: Make QDISC_RUNNING a qdisc state.
by David S. Miller
· 16 years ago
d3b753d
pkt_sched: Move gso_skb into Qdisc.
by David S. Miller
· 16 years ago
b4c2163
niu: Add TX multiqueue support.
by David S. Miller
· 16 years ago
92831bc
netdev: Kill plain netif_schedule()
by David S. Miller
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
8f0f222
net: Implement simple sw TX hashing.
by David S. Miller
· 16 years ago
51cb6db
mac80211: Reimplement WME using ->select_queue().
by David S. Miller
· 16 years ago
eae792b
netdev: Add netdev->select_queue() method.
by David S. Miller
· 16 years ago
e3c50d5
netdev: netdev_priv() can now be sane again.
by David S. Miller
· 16 years ago
6b0fb12
netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*
by David S. Miller
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
24344d2
mac80211: Temporarily mark QoS support BROKEN.
by David S. Miller
· 16 years ago
1d8ae3f
pkt_sched: Remove RR scheduler.
by David S. Miller
· 16 years ago
09e83b5
netdev: Kill NETIF_F_MULTI_QUEUE.
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
070825b
igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.
by David S. Miller
· 16 years ago
5b664cb
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 16 years ago
f39548a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
by Linus Torvalds
· 16 years ago
2b04be7
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
bdec6ca
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2567d71
x86: fix asm/e820.h for userspace inclusion
by Rusty Russell
· 16 years ago
9354094
x86: fix numaq_tsc_disable
by Yinghai Lu
· 16 years ago
c43c1be
Merge branch 'linus' into x86/urgent
by Ingo Molnar
· 16 years ago
2f73cca
fix build error of arch/ia64/kvm/*
by Takashi Iwai
· 16 years ago
42fea1f
Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace
by Linus Torvalds
· 16 years ago
7259d93
Update scripts/Makefile.fwinst to cope with older make
by David Woodhouse
· 16 years ago
ee723cb
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
7023cc6
Fix collateral damage to top level Makefile
by Grant Likely
· 16 years ago
2464a60
ftrace: do not trace library functions
by Ingo Molnar
· 16 years ago
c349e0a
ftrace: do not trace scheduler functions
by Ingo Molnar
· 17 years ago
9fa1113
ftrace: fix lockup with MAXSMP
by Ingo Molnar
· 16 years ago
8586cb6
[S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP
by Stefan Haberland
· 16 years ago
779e6e1
[S390] qdio: new qdio driver.
by Jan Glauber
· 16 years ago
dae3984
[S390] cio: Export chsc_error_from_response().
by Cornelia Huck
· 16 years ago
b9993a3
[S390] vmur: Fix return code handling.
by Frank Munzert
· 16 years ago
8de2ce8
[S390] Fix stacktrace compile bug.
by Heiko Carstens
· 16 years ago
c5a3725
[S390] Increase default warning stacksize.
by Heiko Carstens
· 16 years ago
7337194
[S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().
by Cornelia Huck
· 16 years ago
626f311
[S390] chsc headers userspace cleanup
by Adrian Bunk
· 16 years ago
9d853ca
[S390] dasd: fix unsolicited SIM handling.
by Stefan Haberland
· 16 years ago
12e0c95
[S390] zfcpdump: Make SCSI disk dump tool recognize storage holes
by Frank Munzert
· 16 years ago
8e9509c
ftrace: fix merge buglet
by Ingo Molnar
· 16 years ago
51ce7ec
garp: retry sending JoinIn messages after allocation failures
by Patrick McHardy
· 16 years ago
Next »